We recommend integrating [email protected]
into your code editor, but if you don't...
- Please
npm run format
to format.elm
files insrc
before committing code.
We use plugin, parcel reporter static files copy to copy everything from src/images
to the root of the build. In order for image paths to
resolve from nested urls, please use a preceding /
when src
-ing them.
npm start
for a hot-reload dev server at http://localhost:1234
npm test
to runelm-test
npm run build
to bundle app todist
dir
We're using Netlify.
- On every pull request raised against
release
, Netlify will build, run tests and deploy to preview - On every merge to
release
Netlify will deploy to sea-map.netlify.app