- Static code generated with elm and webpack
- Deployed and hosted by Netlify
elm.json
for elm packagespackage.json
for node scripts and packagesyarn.lock
for current versions of node packageswebpack.config.js
for build config.netlify.toml
for deploy configsrc/*
contains app source files
- elm 0.19
- node
- nvm for macOS & Linux or nvm for Windows
- yarn
We recommend integrating elm-format@0.8.3
into your code editor, but if you don't...
- Please
yarn format
to format.elm
files insrc
before committing code.
yarn start
for a hot reload server at http://localhost:3000yarn build
to generate a production build indist
We are using elm test. We don't have all the time in the world, so tests will be light. We aim to cover any exposed API in our modules and things with potential to fail and go unnoticed.
yarn test
to runelm-test
- When a pull request is created against
main
, netlify builds a preview site - When code is merged into
main
it is deployed to current release