CORGi -- the website for Coding for Good
- Copy and paste
git clone https://github.com/Code4Good-UWMadison/Coding4Good-Site.gitinto your terminal. - Open the project and type
npm installinto the terminal to download all dependencies. - Add the .env file from the Slack channel to the root of the project to setup your enviornment variables.
- Run
npm startfrom your terminal.
git add .git commit -m "<your-message-here>"git push origin mastergit pull origin mastergit checkout -b <new-branch-name-here>git branch -D <branch-to-delete>git statusgit branch
pwd- view which directory you're in.cd <file-or-directory-to-go-to>- change directory.