forked from Mastodon/mastoradio-la-radio-di-mastodon
26 lines
517 B
Markdown
26 lines
517 B
Markdown
|
## Eldritch Radio
|
||
|
|
||
|
A radio powered by the publications made on the social plateform Mastodon. The goal behind it is to make a place to discover music outside your usual bubble.
|
||
|
|
||
|
## Project setup
|
||
|
```
|
||
|
npm i
|
||
|
```
|
||
|
or if you don't want to impact the package-lock
|
||
|
```
|
||
|
npm ci
|
||
|
```
|
||
|
|
||
|
### Compiles and hot-reloads for development
|
||
|
```
|
||
|
npm run dev
|
||
|
```
|
||
|
|
||
|
### Compiles and minifies for production
|
||
|
```
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
### License
|
||
|
|
||
|
The project is under [Anti-Fascist MIT License](https://github.com/Laurelai/anti-fascist-mit-license)
|