The Voyage-4 - Geckos-Team-13 team will be cloning Trello
To get a copy of the project up and running locally for development and testing purposes:
git clone https://github.com/chingu-voyage4/Geckos-Team-13.git
cd Geckos-Team-13
npm install
npm run start
Software required for project Tech Stack:
not yet implemented (jest?)
Linting ensures a consistent style within the codebase
npm run lint
or npm run lint:watch
Followed: Use ESLint Like a Pro with ES6 and React
Followed installation for GitHub Pages Deployment
Created a gh-pages
branch on github & changed master
to gh-pages
:
"deploy": "gh-pages -b gh-pages -d build"
To Deploy, run locally from develop branch:
npm run deploy
This will build and auto-deploy to the gh-pages branch on github.
Only members of Chingu4 can contribute to this repository
See the list of contributors who participated on this project.