Skip to content

tiy-tpa-fee/campfire

Repository files navigation

Campfire

Setup

Copy the empty .env file and add an Auth0 API token (ask someone for it).

cp .env.example .env
yarn
yarn start

Contributors

To start your work...

  • cd into the /tiy/campfire directory
  • $ git checkout master
  • $ git pull
  • $ git checkout -b name-of-your-branch
  • $ atom .

Now get to work!

When you are ready to push your 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-branch
  • hub 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published