Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/klippx/panda-dashboard


https://github.com/klippx/panda-dashboard

Last synced: 6 days ago
JSON representation

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