Elm Singapore Meetup App #1
Is totally random for now - we will change it when we know what it is we are actually building.
https://custard-loaf.elmsg.surge.sh
Request access to this repo by adding a comment to this issue
git clone [email protected]:elm-singapore/custard-loaf.git
cd custard-loaf
npm install
npm start
Will open browser tab with app and hot reload when you edit source files.
npm test
npm run analyse
- create a local branch, `git checkout -b
- add tests and make your changes
- validate that:
- tests pass
- code is formatted with elm-format
- elm-analyse passes with no warnings
- push your branch to our repo,
git push origin <branch name>
- raise a Pull Request
- wait for travis to do it's stuff
- squash-and-merge your PR
- delete your branch
- travis will test and deploy app to: