This is a music player that uses Resonate's API.
This project was bootstrapped with Create React App.
git clone git@github.com:simonv3/beam.git
cd beam
yarn start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn build
You can then run that locally with
yarn serve
yarn test
Set up using https://mmazzarolo.com/blog/2021-08-12-building-an-electron-application-using-create-react-app/
To try it locally do:
yarn electron:start
To build it for your system:
yarn electron:package:<linux|mac|windows>
In a distinct commit that just bumps the version.
- Edit the package.json with the new version
vx.x.x
. git commit -am vx.x.x
git tag vx.x.x
git push && git push --tags