tracery-writer
is a simple playground for writing
Tracery grammars.
You can see it in action here.
To run the local development server:
$ npm install
$ npm start
To build a version suitable for deployment:
$ npm install -g browserify
$ npm run bundle