Skip to content

duojs/duojs.org

Repository files navigation

duojs.org

The duojs.org website.

Installing

$ git clone git@github.com:duojs/duojs.org.git

Developing

Make sure you're running Node version 0.11 or greater.

Inside the repository folder, just run:

$ make server

Which will start the server and render the URL to access it at. Then you can edit any of the files in ./src and refresh the page and the content will be updated automatically.