emmetio / emmet-docs

Emmet Docs & Tutorials

Home Page:http://docs.emmet.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official documentation site for Emmet toolkit

Currently, the main web-site skeleton is finished (maybe a few bugs out there), and I’m currently writing documentation for Emmet toolkit. Documentation itself is located in src/documents folder.

The web-site uses DocPad for static site generation.

Local setup

To run this web-site locally, you need the following dependencies:

  1. Node.JS >= v0.6
  2. NPM
  3. DocPad installed globally: npm install -g docpad

Running local web-site instance

  1. Clone this repo (note that this project uses submodules, please use --recursive option) and go to the cloned folder
  2. Run npm install to install all project local dependencies
  3. Run docpad run. This command will build all JS & CSS assets, generate static HTML-page and set-up local web-server (usually http://localhost:9778/) where generated web-site can be viewed.

Note that you should view the web-site only with local web-server since generated pages contains absolute, cache-busted references to CSS and JS files.

About

Emmet Docs & Tutorials

http://docs.emmet.io


Languages

Language:JavaScript 88.3%Language:CSS 11.0%Language:CoffeeScript 0.7%Language:HTML 0.1%