- Clone this repo
npm run build
npm start
Make sure to use pull requests when extending this web app
# Before starting to touch code
git checkout -b feature/unicorn
# Make nice atomic commits
git commit
# Push back
git push -u origin feature/unicorn
# Please rebase to master if needed
git rebase master
MIT