✨ 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
yarn
to install dependencies. - Copy and rename
.env.example
to.env.local
and fill in the required environment variables. - Run
npx convex dev
to 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 dev
to start the dev server.