Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 11, 2016
1 parent 4775129 commit 6afba6b
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,8 @@
#Mozaïk demo dashboards
# 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 git@github.com: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
```
This repository shows how to use Mozaïk with npm extensions, [installation instructions](http://mozaik.rocks/v2/use/).

[travis-image]: https://img.shields.io/travis/plouc/mozaik-demo.svg?style=flat-square
[travis-url]: https://travis-ci.org/plouc/mozaik-demo
Expand Down

0 comments on commit 6afba6b

Please sign in to comment.