This page is for developers working on the Vinum E-Label application itself. If you’re a winery looking to create e-labels, start with the quickstart.
Prerequisites
- Node.js 18 or newer
- npm
- A Supabase project (authentication, PostgreSQL, storage, edge functions)
Install dependencies
Configure environment variables
Copy the example file and add your Supabase credentials:VITE_SUPABASE_URLVITE_SUPABASE_ANON_KEY
.env or .env.* files.
Run the app
http://localhost:8080.
Useful scripts
Previewing this documentation
The docs live indocs/ as a Mintlify project:

