Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 931 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 931 Bytes

.github/workflows/tests.yml Netlify Status


Benthos Logo


Website for my band Benthos. Powered by Vue 3 and Tailwind ✌️

Instructions

Install packages by running:

yarn

Provide a Postgres database connection; we need it for the EPK login. To do this, create a .env file in the root of the project, copy the env.template content and fill the placeholders.

Then, run Prisma Deploy to build the tables and seed them:

yarn prisma:deploy

Start the development server by running:

yarn netlify:dev