This project contains the base project use to create and publish CIOOS Catalogue Maps.
We recommand using the .devcontainer with VSCode.
Once in the container:
- Install dependancies:
npm install - Run project in development mode:
npm run dev - Test Static Deployment:
npm build - Static Deployment should be available under the
outdirectory. You can then use either an extension like LiveServer to
For a detail documentation of the possible configuration, see CONFIG.md.
All commits to the main and development branches or pull-requests to the same branches are tested with ESLint.
All changes to the main branch update the project page deployment.