vasiliy-pdk / marionettejs.com

:triangular_flag_on_post: Source files for the Marionette site

Home Page:http://marionettejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marionettejs.com

Gitter Build Status

Setup

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

npm run setup

Create file .env in a root folder and in test\compilers with data:

AUTH_TOKEN='your_github_outh_token'

Read more about .env;

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

npm run dev

Then visit http://0.0.0.0:8000.

It uses YouTube and GitHub API for getting data dynamically.

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

:triangular_flag_on_post: Source files for the Marionette site

http://marionettejs.com

License:MIT License


Languages

Language:HTML 39.7%Language:CSS 29.7%Language:JavaScript 29.2%Language:Shell 1.4%