A simple web application to estimate tidal heights using the Rule of Twelves.
-
Clone the repository:
git clone git@github.com:cballevre/maree12eme.git cd maree12eme -
Install dependencies:
yarn install
-
Start the development server:
yarn dev
The app will be available at http://localhost:4321 by default.