npm install
npm run devVisit http://localhost:5173 in your browser.
-
Copy the environment template and fill it in with your InfluxDB information:
cp .env.example .env
npm run buildBuild and run the app using Docker:
docker build -t predictions .
docker run -p 3000:3000 predictionsOr use Docker Compose:
docker-compose up --build