Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 688 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 688 Bytes

Worona Dashboard Development

Installation

Clone this repo or download the zip file from Github.

git clone https://github.com/worona/worona-app.git
cd worona-app

Install Node if you haven't installed it yet. We recommend v4.


Run npm run install:all to install all dependencies. It may take quite a while. Don't despair.

npm install # do this first to install recuersive-install
npm run install:all

Development

Run the dashboard client.

cd client
npm start

Open another terminal and run the tests watcher.

npm test