✨ Video demo: Presentation
Note: Website is nonfunctional as the European Satellite Agency API free trial only lasts 1 month per account.
- Backend: Convex
- Frontend: Next.js + React
- UI: Shadcn + Tailwind
- Run
yarnto install dependencies. - Copy and rename
.env.exampleto.env.localand fill in the required environment variables. - Run
npx convex devto start the convex dev server and deploy the functions and db schema defined. Select the project of your choice. - In a separate terminal, run
yarn devto start the dev server.
