Skip to content

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

Notifications You must be signed in to change notification settings

taleeus/benthos-v2

Repository files navigation

.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