Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramongebben/local-wisdom
https://github.com/ramongebben/local-wisdom
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramongebben/local-wisdom
- Owner: RamonGebben
- License: isc
- Created: 2015-11-28T17:31:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T07:37:00.000Z (about 9 years ago)
- Last Synced: 2023-08-09T23:13:44.129Z (over 1 year ago)
- Language: JavaScript
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)