Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.72 KB

README.md

File metadata and controls

74 lines (52 loc) · 1.72 KB

Init Project

Page Preview

Share Files And Videos

Specification

In Powersheel execute the command:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ​

please execute next commands in powersheel

Install Dependencies

Developer Folder

cd C:\users\$Env:Username\Documents\
mkdir Developer
cd Developer

clone repository

git clone https://github.com/Savecoders/VoteQueen.git
cd VoteQueen

Config git user

git config --global user.name "username"
git config --global user.email "email@gmail.com"

please using your username and email from github

Note

It's the most important step from execute this project

Run Project in normal mode

dotnet run

Push and pull changes

git pull --set-upstream origin main
git push --set-upstream origin main