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

https://github.com/mconf/mcs-core


https://github.com/mconf/mcs-core

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Copyright © 2016 [Mconf Tecnologia].

Installing npm and Node.js
====================
```bash

curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs

```

Update npm
==

```bash
sudo npm install npm -g
```

Install dependencies
==
```bash
npm install
```

Run
==
```bash
npm start
```
Run the server (for mosaic):

$ node server.js