radio-station/README.md
Luke Bunselmeyer 4e0dc08e29 - Clean up
- 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
2023-05-07 11:03:30 -04:00

16 lines
111 B
Markdown

# Awesome Radio
## Development
### Running
```shell
npm run dev
```
### Testing
```shell
npm run test
```