- Install dependencies with
npm install --legacy-peer-deps - Create a
.envfile based on the.env.examplefile - Run the development server with
npm run dev - Open http://localhost:3000 in your browser
To refresh the data, run the following command:
curl -X POST http://localhost:3000/api/refresh -H "Authorization: Bearer your-secret-api-key"