react-piano-demo
v0.1.0
Published
## Developing
Readme
react-piano demo site
Developing
In the parent react-piano directory, run:
yarn install
yarn link
yarn startIn this repo, run:
yarn install
yarn link react-piano
yarn startThe demo site will be running at localhost:3000. Now you can make changes to react-piano and they'll be reflected on the demo site.
Deploying
This site is hosted on github pages at https://www.kevinqi.com/react-piano. Deploy new updates by running:
yarn run deploy