Web Portal deployed to https://sintef.github.io/blues-metocean-portal/
Funded by the SFI Blues project
The portal demonstrates the use of the metocean-api and metocean-stats python libraries from Norwegian Meteorological Institute as well as integration towards SIMA
In order to run the commands described below, you need:
- node [https://nodejs.org/]
npm run install
For local development you can use
npm run start
Then visit [http://localhost:3000] in your web browser to test the site
To build the site use
npm run build
The site is deployed using a github workflow. See .github\workflows\deploy_page.yml