Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 417 Bytes

ductover

Build Status

To build:

$ npm install
$ ./node_modules/.bin/bower install
$ ./watch-jsx

Then navigate to index.html in a web browser.

Debian install notes

In Debian the node binary is named nodejs so you will need to run ln -s /usr/bin/nodejs /usr/local/bin/node before bower install.