1
0
Fork 0
forked from lesion/plaid

some info in readme

This commit is contained in:
boyska 2023-09-30 00:18:40 +02:00
parent c627401d3c
commit 65a6d413cb

View file

@ -1,22 +1,24 @@
# plaid
### TODO:
This is an advanced radio player webapp based on [radiomanifest](https://radiomanifest.degenerazione.xyz/).
The goal is to support most features of "radio-specific" apps (schedule, live listening, past espisodes), while being generic and supporting multiple apps.
Support for PWA is planned but not implemented.
- [ ] il player lo controllerei con un event handler, cosi' da dove vuoi lanci $emit('play', questo): https://v3-migration.vuejs.org/breaking-changes/events-api.html#_2-x-syntax
## Install Dependencies
First of all we need to install dependencies, run in terminal
First of all we need to install dependencies, so run this:
```
```sh
npm install
```
## NPM Scripts
- 🔥 `start` - run development server
- 🔧 `dev` - run development server
- 🔧 `build` - build web app for production
- `npm run start` - run development server
- `npm run dev` - run development server
- `npm run build` - build web app for production
## Vite