Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ramongebben/local-wisdom


https://github.com/ramongebben/local-wisdom

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Local Knowledge
[![Build Status](https://travis-ci.org/RamonGebben/local-wisdom.svg?branch=master)](https://travis-ci.org/RamonGebben/local-wisdom) ![unicorn](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)

Project description here..

## Running the project

To install dependencies run:
```
npm i
```

For a development server you will need to run:
```
npm start
```

If you are building in dev env run:
```
npm run build
```

To deploy new version to gh-pages run:

```
npm run deploy
```

Check the app at [http://localhost:8080](http://localhost:8080)