elm.json
for elm packagespackage.json
for node packagesyarn.lock
current versions of node packageswebpack.config.js
- build and compile configsrc\
- the app source fileselm@0.19
, node
and yarn
follow the official install instructions if you don't have alreadyyarn
to installyarn add <package>
or yarn add --dev <package>
localhost:3000
with yarn dev
We're using elm-test for testing.
yarn test
from root of siteWe're using elm-format to standardise formatting.
The output of different versions of elm-format varies significantly, so please use version 0.8.1
.
yarn format src
from the root of the siteWe're using Travis.
git tag v1.0.0 && git push origin --tags
Encrypted vars can be added to .travis.yml
using the travis cli tools as decribed in the travis docs.
Currently configured with GITHUB_TOKEN value.