sites-dashboard-extension-worona

Extension for the Worona Dashboard in charge of the sites collection.


Keywords
worona, extension, sites, dashboard
License
MIT
Install
npm install sites-dashboard-extension-worona@1.3.15

Documentation

Worona Dashboard Development

Installation

Clone this repo or download the zip file from Github.

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

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


Install Meteor if you haven't installed it yet:

curl https://install.meteor.com/ | sh

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

Open another terminal and run the dashboard server.

cd server
npm start

## Error tracking

Error Tracking