Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A condensed quickstart for running AquaOps locally.
Create environment file
.env.local
NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY= SUPABASE_SERVICE_ROLE_KEY=
Install dependencies
npm install
Seed demo data
npm run seed
Start the app
npm run dev
Open the app
http://localhost:3000