Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olizilla/nodebotsday-london

Hack the planet!
https://github.com/olizilla/nodebotsday-london

Last synced: 24 days ago
JSON representation

Hack the planet!

Awesome Lists containing this project

README

        

NodeBots of London website
=====================

This is a gh-pages repository for the [NodeBots of London website](http://london.nodebots.io)

## Development

Running the `npm start` script will monitor all html, js and styl files for changes and start a server on port 3000.

```
$ npm install
$ npm start
```