/metadata-entry-form

CIOOS Metadata entry form

Primary LanguageJavaScript

metadata-entry-form

CIOOS Metadata entry form

Installation

  1. Install Node

  2. In this directory, run npm install

Running development mode

npm start

This will start a hot-reloading dev server. Click on the link that it outputs to open in your browser.

Deploy to testing site at GitHub pages

Pushes to master automatically deploy to https://cioos-siooc.github.io/metadata-entry-form/

Or manually deploy any branch with

npm run deploy