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 installsupabase init
supabase startThis 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 upCreate a .env file and add your Supabase credentials:
VITE_SUPABASE_URL=http://localhost:54321
VITE_SUPABASE_KEY=your-anon-keyyarn devThe application will be available at http://localhost:5173.
For detailed deployment instructions, please refer to the Deployment Documentation.