- Fork and clone the repo
- In command line,
git clone {insert-your-repo-SSH-key}
- Run
npm install
- Run
brew install yarn
- In order to view on your local host, run
yarn start
(ornpm start
if yarn doesn't work)
- When working local, use
git checkout development
in order to work on the development branch - When ready to contribute to the project, issue a new pull request from your repo with a detailed explanation of what and why
- Admins, please add any pending improvements/features so that the community knows how to best help ya'll move forward!