Ava Roasteria's inventory management system. A React / Next.js / TypeScript / Drizzle / Supabase project.
- Clone repo
- Create
.env
and.env.local
files in project's parent folder (message repo owner for .env contents) - Run
npm i
- Finally, run
npm run dev
to start dev server, and open http://localhost:3000 with your browser to see the result.