Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 392 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 392 Bytes

Wind Agenda

Get wind forecasts at a specific location directly into your agenda.

Contribute

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