Get wind forecasts at a specific location directly into your agenda.
To get started with the project, it is recommended to use docker
. You'll be settled in one single command:
docker compose up
Or if you prefer to open a shell in the docker:
docker compose run --rm --service-ports app bash
and then
$ npm install
$ npm run dev