/Clavis-editor

Primary LanguageJavaScriptMIT LicenseMIT

Clavis editor

As running on clavis.no, a user interface for anyone to make identification keys in the Clavis format. Taylored to work with the Norwegian Biodiversity Information Centre infrastructure.

Uses the Clavis web viewer as a dependency for key testing.

To spin up locally, simply run

npm install; npm start;

Or create a deployable build with

npm install; npm run build;