Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 759 Bytes

File metadata and controls

30 lines (16 loc) · 759 Bytes

Pianoshelf Web Client

Circle CI

This repository is the new front-end for Pianoshelf.com written in React and Redux.

Installation

To set up an instance of the front-end for Pianoshelf, install all packages:

$ npm install

Running

Note: Access to a local instance of the Pianoshelf API server is necessary. Working with the remote API server is currently not supported but hopefully will be!

To run the dev environment:

$ npm run watch

To run tests:

$ npm run test

To compile assets for production and run the production environment:

$ npm run compile
$ npm run production