Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/olizilla/nodebotsday-london
- Owner: olizilla
- Created: 2013-07-02T17:57:38.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-04-24T07:47:29.000Z (over 8 years ago)
- Last Synced: 2024-10-08T00:26:05.122Z (3 months ago)
- Language: CSS
- Homepage: http://olizilla.github.io/nodebotsday-london
- Size: 1.83 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```