CORGi -- the website for Coding for Good
- Copy and paste
git clone https://github.com/Code4Good-UWMadison/Coding4Good-Site.git
into your terminal. - Open the project and type
npm install
into 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 start
from your terminal.
git add .
git commit -m "<your-message-here>"
git push origin master
git pull origin master
git checkout -b <new-branch-name-here>
git branch -D <branch-to-delete>
git status
git branch
pwd
- view which directory you're in.cd <file-or-directory-to-go-to>
- change directory.