Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klippx/panda-dashboard
https://github.com/klippx/panda-dashboard
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/klippx/panda-dashboard
- Owner: klippx
- Created: 2016-03-16T06:35:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T07:11:38.000Z (over 8 years ago)
- Last Synced: 2024-10-29T16:43:16.460Z (about 2 months ago)
- Language: JavaScript
- Size: 20.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Mozaïk demo dashboards
[![Travis CI][travis-image]][travis-url]
This repository shows how to use Mozaïk with npm extensions.
## Installation
### Clone the repo
```bash
git clone [email protected]:plouc/mozaik-demo.git
```### Install packages
```bash
cd mozaik-demo
npm install
```### Publish assets (js/css)
```bash
gulp build
```### Add github and open weather map tokens in a `.env` file
You should use the `.env.sample` file provided with this repo,
just rename it to `.env` and put in your own credentials.### Run the app
```bash
node app.js
```[travis-image]: https://img.shields.io/travis/plouc/mozaik-demo.svg?style=flat-square
[travis-url]: https://travis-ci.org/plouc/mozaik-demo