Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 530 Bytes

baconjs.github.io

This is the website of the Bacon.js library.

Site regeneration

The site is generated by a home brew site generator, to regenerate the site do

npm install -g coffee-script
npm install

Run site locally:

npm run server

Directory layout:

|-- *.html     | Generated
|-- content    | Markdown content
|-- generator  | Site generator code
|-- templates  | HTML templates