Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-pwa/worona-dashboard
Worona Core (Dashboard and App)
https://github.com/wp-pwa/worona-dashboard
worona
Last synced: 3 days ago
JSON representation
Worona Core (Dashboard and App)
- Host: GitHub
- URL: https://github.com/wp-pwa/worona-dashboard
- Owner: wp-pwa
- License: mit
- Created: 2016-03-30T13:25:09.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-02-27T15:30:56.000Z (over 6 years ago)
- Last Synced: 2024-10-16T09:13:59.082Z (about 1 month ago)
- Topics: worona
- Language: JavaScript
- Homepage: https://www.worona.org
- Size: 13.1 MB
- Stars: 15
- Watchers: 7
- Forks: 10
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worona Dashboard Development
## Installation
Clone this repo or [download the zip file from Github](https://github.com/worona/worona-dashboard/archive/master.zip).
```bash
git clone https://github.com/worona/worona-dashboard.git
cd worona-dashboard
```----
[**Install Node**](https://nodejs.org/en/) if you haven't installed it yet. We recommend v4.
----
[**Install Meteor**](https://www.meteor.com/install) if you haven't installed it yet:
```bash
curl https://install.meteor.com/ | sh
```----
Run `npm run install:all` to install all dependencies. It may take quite a while. Don't despair.
```bash
npm install # do this first to install recuersive-install
npm run install:all
```## Development
Run the dashboard client.
```bash
cd client
npm start
```Open another terminal and run the tests watcher.
```bash
npm test
```Open another terminal and run the dashboard server.
```bash
cd server
npm start
```---
## Error tracking