https://github.com/taleeus/benthos-v2
Website for my band Benthos. Powered by Vue 3 and Tailwind ✌️
https://github.com/taleeus/benthos-v2
tailwind vue3 website
Last synced: 9 months ago
JSON representation
Website for my band Benthos. Powered by Vue 3 and Tailwind ✌️
- Host: GitHub
- URL: https://github.com/taleeus/benthos-v2
- Owner: taleeus
- Created: 2023-01-04T16:41:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:39:42.000Z (about 2 years ago)
- Last Synced: 2024-11-14T02:36:35.098Z (over 1 year ago)
- Topics: tailwind, vue3, website
- Language: Vue
- Homepage: https://benthos-music.com
- Size: 78.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/taleeus/benthos-v2/actions/workflows/tests.yml)
[](https://app.netlify.com/sites/benthos/deploys)
---

---
Website for my band Benthos. Powered by Vue 3 and Tailwind ✌️
# Deprecation notice
The new website, made by Amalia Cicala, is now online: [check it out!](https://benthos-band.com)
This repository will remain as a public archive.
## Instructions
Install packages by running:
```sh
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:
```sh
yarn prisma:deploy
```
Start the development server by running:
```sh
yarn netlify:dev
```