Skip to content

mkrl/soundstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound Stash

A very basic React application. Fetch and bookmark musical releases from musicbrainz.org database. Backed up by styled-components and Redux, built by Parcel. Code style maintained by JavaScript Standard Style.

Setting up dev server

git clone git@github.com:mkrl/soundstash.git && cd soundstash
yarn
yarn start

Production build

yarn build

Test

(tba)

yarn test

To automatically attempt to fix the code style, run

yarn fix

Releases

No releases published

Packages

No packages published