NodeJS 6+
Install prerequisites with npm install
. Build with npm run build
and serve from /public.
Start in development mode on http://localhost:8080 with npm run develop
(first run npm run build
once).
Try to use markdown where you can, to make it more enjoyable to add and edit text (use :md filter).
When adding a link, see if it is already included in src/js/navigation.json and if so refer to it like this: primary.About.OpenRosa
or sites['enketo-api']
. In HTML primary links should be wrapped in the globally available interpolate()
function. In markdown, interpolation happens automatically.
Netlify will automatically deploy from master
branch.
Feedback and contributions are welcome, even if it's just a spelling error. Please open an issue or send a PR.
See LICENSE.md. Images, graphic design, and branding used in this repository does not fall under in this license.