Skip to content

thenickcox/marionettejs.com

 
 

Repository files navigation

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.

About

Source files for the Marionette site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.8%
  • CSS 30.6%
  • JavaScript 22.8%
  • Handlebars 7.8%
  • Shell 2.0%