Skip to content

enketo/enketo-website

Repository files navigation

Enketo Website Netlify Status

Prerequisites

NodeJS 6+

Build

Install prerequisites with npm install. Build with npm run build and serve from /public.

Develop

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.

Feedback?

Feedback and contributions are welcome, even if it's just a spelling error. Please open an issue or send a PR.

License

See LICENSE.md. Images, graphic design, and branding used in this repository does not fall under in this license.

Acknowledgements