Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

elm-singapore/custard-loaf

Repository files navigation

custard-loaf

Elm Singapore Meetup App #1

Name

Is totally random for now - we will change it when we know what it is we are actually building.

The App

https://custard-loaf.elmsg.surge.sh

Join the team

Request access to this repo by adding a comment to this issue

Bootstrap

git clone [email protected]:elm-singapore/custard-loaf.git
cd custard-loaf
npm install

Start dev server

npm start

Will open browser tab with app and hot reload when you edit source files.

Run tests and validations

npm test
npm run analyse

Workflow

  1. create a local branch, `git checkout -b
  2. add tests and make your changes
  3. validate that:
    • tests pass
    • code is formatted with elm-format
    • elm-analyse passes with no warnings
  4. push your branch to our repo, git push origin <branch name>
  5. raise a Pull Request
  6. wait for travis to do it's stuff
  7. squash-and-merge your PR
  8. delete your branch
  9. travis will test and deploy app to:

Docs