Frontend for a Kite Beach, Cape Town weather app that aggregates data from multiple sources.
This project relies on the Weather Station Dashboard Backend to recieve weather data. Please make sure to follow it's installation and setup steps.
-
Install dependencies
npm install
-
Create an
.env.local
file in the base directory and paste the following;VITE_API_BASE_URL=http://localhost:4000
-
Start the local development server
npm run dev