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.
To run this web-site locally, you need the following dependencies:
- Node.JS >= v0.6
- NPM
- DocPad installed globally:
npm install -g docpad
- Clone this repo (note that this project uses submodules, please use --recursive option) and go to the cloned folder
- Run
npm install
to install all project local dependencies - 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.