Website for my band Benthos. Powered by Vue 3 and Tailwind ✌️
The new website, made by Amalia Cicala, is now online: check it out!
This repository will remain as a public archive.
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