Skip to content

kcierzan/vamp-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vamp-ts

browser-based music production.

Setting up a local dev environment

  1. Install CLI dependencies via homebrew:
brew install pnpm supabase homebrew/cask/docker
  1. Install node:

mise is recommended for managing node versions. If mise is installed, run the following command to install an appropriate version of node:

mise install
  1. Install node dependencies:
pnpm i
  1. Initialize supabase and follow the prompts:

Important

Make sure docker is running before starting supabase

supabase init && supabase start
  1. Generate a .env file via script:
./dotenv.sh
  1. Start the development server:
pnpm run dev --open

Local environment data

Local env data is populated via the seed.sql file. To log in via the UI, use the following credentials:

Email address Password
[email protected] password123

This seed file is executed every time you run supabase start or supabase db reset. To reset all local environment data to the initial state, run:

supabase db reset

Running tests

To run the test suite:

pnpm run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published