We recommend integrating elm-format@0.8.4 into your code editor, but if you don't...
- Please
npm run formatto format.elmfiles insrcbefore 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 startfor a hot-reload dev server at http://localhost:1234
npm testto runelm-test
npm run buildto bundle app todistdir
We're using Netlify.
- On every pull request raised against
release, Netlify will build, run tests and deploy to preview - On every merge to
releaseNetlify will deploy to sea-map.netlify.app