Copy the empty .env file and add an Auth0 API token (ask someone for it).
cp .env.example .env
yarn
yarn start
- Brian Bycynski
- Bru Wills
- Caleb Frost Sanderson
- Chris Kramer
- Christa Hegedus
- Dan McCune
- Jason L Perry
- Liz Tiller
- Miguel Malcolm
- Sara Toftegaard
- cd into the
/tiy/campfire directory $ git checkout master$ git pull$ git checkout -b name-of-your-branch$ atom .
Now get to work!
- save your work in Atom and then switch over to terminal
git add .git commit -m 'your message here'git push origin name-of-your-branchhub browse(hub browse should open up the repo in GitHub for you)- in GitHub you should click on green "Compare & Pull Request"
- type in necessary fields in following screens and then click the green "Create Pull Request" button.