VesselVigil is an open-source application designed to help you track and manage boat maintenance. Key features include intervention tracking, associated accounting, and inventory management for parts required during maintenance.
To get started, follow these steps:
yarn install
supabase init
supabase start
This will start a local Supabase instance for development. The studio will be available at http://localhost:54323
.
Migrate the database schema onto your Supabase database:
supabase migration up
Create a .env
file and add your Supabase credentials:
VITE_SUPABASE_URL=http://localhost:54321
VITE_SUPABASE_KEY=your-anon-key
yarn dev
The application will be available at http://localhost:5173
.
For detailed deployment instructions, please refer to the Deployment Documentation.