https://github.com/mkrl/soundstash
Browse through http://musicbrainz.org releases
https://github.com/mkrl/soundstash
Last synced: 9 months ago
JSON representation
Browse through http://musicbrainz.org releases
- Host: GitHub
- URL: https://github.com/mkrl/soundstash
- Owner: mkrl
- License: mit
- Created: 2019-07-29T14:03:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:49:14.000Z (over 3 years ago)
- Last Synced: 2025-01-18T11:11:38.749Z (over 1 year ago)
- Language: JavaScript
- Size: 1.92 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound Stash
A very basic React application.
Fetch and bookmark musical releases from [musicbrainz.org](http://musicbrainz.org) database.
Backed up by styled-components and Redux, built by Parcel.
Code style maintained by [JavaScript Standard Style](https://standardjs.com/).
## Setting up dev server
```bash
git clone git@github.com:mkrl/soundstash.git && cd soundstash
yarn
yarn start
```
## Production build
```bash
yarn build
```
## Test
(tba)
```bash
yarn test
```
To automatically attempt to fix the code style, run
```bash
yarn fix
```