Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Development

Free edited this page Sep 8, 2015 · 7 revisions

Development

Environment

The W3 NG site is purely a client-side angular HTML interface. There are PHP server-side scripts as these are only needed to allow CORS (http://www.w3.org/TR/cors/). Finally a PhantomJS runner is needed to generate static HTML pages, so this requires NodeJS.

For development you will need:

  • computer running *nix OS
  • NodeJS + NPM installed
  • Bower installed
  • Grunt-CLI (Grunt) installed
  • Apache installed

Getting Started

To get the site running locally for developmnent:

Clone this wiki locally