No description
Find a file
2024-02-11 08:33:48 -05:00
plice tests: flesh out MockGenericDatabase 2024-02-11 08:33:48 -05:00
.gitignore misc: initial move to pants 2024-02-10 06:17:40 -05:00
.mise.toml chore: rtx to mise 2024-02-10 06:20:57 -05:00
pants.toml misc: initial move to pants 2024-02-10 06:17:40 -05:00
README.md docs: Basic README update 2023-11-20 09:31:54 -05:00

Larson

A way for music producers to get feedback on different versions of their music tracks.

Deploying

TODO.

Developing

  1. Setup a .env file using the following template:
DATABASE_URL="file:dev.db"
S3_ENDPOINT="http://localhost:4566"
S3_BUCKET="larsen-dev"
  1. Run pnpm install
  2. Run pnpx prisma db push
  3. Setup an S3-compatible service for audio file storage
  4. Start the development server:
pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of the app:

pnpm run build

You can preview the production build with pnpm run preview.