Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 897 Bytes

marionettejs.com

Gitter

Setup

To prep your repo, all you need to do is run our setup script.

As of Feb 2015, this repo doesn't work with Node v0.12.0. You'll want to use Node v0.10.16.

npm run setup

After that, development should be easy! Use our dev task to get everything up and running:

npm run dev

Then visit http://localhost:8000.

Compiling the docs

Working on the docs is just as easy as working on the website. Run the dev task as mentioned above but make sure you also compile the docs:

npm run dev
npm run compile-docs

You'll need to rerun this command after template changes.

When adding SVG

Follow these steps.