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

https://github.com/prettymuchbryce/reglounge


https://github.com/prettymuchbryce/reglounge

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/prettymuchbryce/reglounge.svg?branch=master)](https://travis-ci.org/prettymuchbryce/reglounge)

### Reg lounge thing

Currently using [JavaScript Standard Style ](http://standardjs.com/rules.html) for consistency, but we can remove that if it's not preferable.

### Usage
1. Install [node.js](https://nodejs.org/en/download/)
1. Clone this project via git
1. Install project dependencies `npm install`
1. To build the code run `npm run build`
1. To test your code run `npm start`, and browse to http://127.0.0.1:8080
1. p.s. You can use `npm run watch` in another terminal to automatically build as you make changes