Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sintef/blues-metocean-portal
SFIBlues Metocean Web Portal
https://github.com/sintef/blues-metocean-portal
Last synced: about 2 months ago
JSON representation
SFIBlues Metocean Web Portal
- Host: GitHub
- URL: https://github.com/sintef/blues-metocean-portal
- Owner: SINTEF
- License: mit
- Created: 2024-10-01T08:10:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:31:23.000Z (about 2 months ago)
- Last Synced: 2024-11-07T09:32:52.270Z (about 2 months ago)
- Language: TypeScript
- Size: 433 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFIBlues Metocean Portal
Web Portal deployed to https://sintef.github.io/blues-metocean-portal/
Funded by the [SFI Blues](https://sfiblues.no/) project
The portal demonstrates the use of the [metocean-api](https://metocean-api.readthedocs.io/) and [metocean-stats](https://metocean-stats.readthedocs.io/) python libraries from [Norwegian Meteorological Institute](https://www.met.no/en) as well as integration towards [SIMA](https://sima.sintef.no/)
## Prerequisites
In order to run the commands described below, you need:
- node [https://nodejs.org/]## Development
```Shell
npm run install
```## Running
For local development you can use
```Shell
npm run start
```Then visit [http://localhost:3000] in your web browser to test the site
To build the site use
```Shell
npm run build
```## Deployment
The site is deployed using a github workflow.
See .github\workflows\deploy_page.yml