
- Removed notes - Updated readme - DB - Updated initial db schema - Updated db seed - Created source, station, and tag models - Libs - Create content source importer - UI - Added content source UI & routes - Updated page layout - Created <Breadcrumbs> component
16 lines
111 B
Markdown
16 lines
111 B
Markdown
# Awesome Radio
|
|
|
|
## Development
|
|
|
|
### Running
|
|
|
|
```shell
|
|
npm run dev
|
|
```
|
|
|
|
### Testing
|
|
|
|
```shell
|
|
npm run test
|
|
```
|