Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T08:46:13.000Z (12 months ago)
- Last Synced: 2023-12-05T09:42:47.038Z (12 months ago)
- Topics: tailwind, vue3, website
- Language: Vue
- Homepage: https://benthos-music.com
- Size: 77.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![.github/workflows/tests.yml](https://github.com/taleeus/benthos-v2/actions/workflows/tests.yml/badge.svg)](https://github.com/taleeus/benthos-v2/actions/workflows/tests.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/fab2a20c-ed4d-4398-9028-e012c0679503/deploy-status)](https://app.netlify.com/sites/benthos/deploys)---
![Benthos Logo](https://github.com/taleeus/benthos-v2/blob/main/public/assets/logos/logo-black.svg?raw=true)
---
Website for my band Benthos. Powered by Vue 3 and Tailwind ✌️
## 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
```