This is a prototype web interface to interact with the gust front detection algorithm found here.
How to setup dependencies for project.
To build the frontend:
- Clone this repository with
git clone - Navigate to the frontend directory
cd /gust-front-detection-webapp/gust-front-detection-frontend - Install packages with
npm install - Run frontend with
npm run dev
The frontend is now accessible at http://localhost:5173/
How to build the backend.
Describe how to containerize and run the project
Explain how the application is deployed