Skip to content

dariowho/brontosound

Repository files navigation

Brontosound

Brontosound is a band management web app for record labels, powered by create-svelte.

Developing

Once you've cloned this repo and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building

To create a production version of Brontosound:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Docker build

First build with npm run build

Build:

docker build . -t brontosound:latest

Run:

docker run --env-file .env -p 3888:3000 -e ORIGIN="http://localhost:3888" -v ./data:/app/data brontosound:latest

Debug:

docker run --env-file .env --rm -it --entrypoint bash brontosound:latest

Custom push:

docker save brontosound:latest | bzip2 | pv | ssh $USER@$HOST docker load

About

[wip] A band management web app for record labels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published