OceanOPS web GIS interface
Install node.js.
Install typescript globally:
npm install -g typescript
Verify versions:
node --version
npm --version
tsc --version
Install project dependencies
npm install
Will compile and serve the project on localhost (consol will indicate port):
npm run dev
To do in main branch.
Use npm version command. It will increment the project version, commit and tag it. Depending on SemVer
npm version patch
or
npm version minor
or
npm version major
This will create the files to deploy, in dist
npm run build
Copy generated files to maps/interactive
throught he release menu, following previous releases pattern.