Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 588 Bytes

File metadata and controls

19 lines (12 loc) · 588 Bytes

Bitters

Bitters is a simple-as-possible real-time Node.js website built using Express, Jade, Stylus, and Skeleton.

Installation

$ git clone https://github.com/evbogue/bitters.git
$ cd bitters
$ npm install
$ node app.js

Navigate to http://localhost:7777/ to see your bitters.

Edit the content.md file to change the contents of the main content frame.

Edit the /views/sidebar.jade file to edit the contents of the sidebar.

See bitters.evbogue.com for more information and support options.