This is my repository for NaNoGenMo 2017. I am tracking my progress on this issue.
I'm working to write a fairly generic fantasy novel using Dan Harmon's "story circle" as a way of thinking about narrative structures and story. I am using Tracery to do this.
The Tracery grammar is in circle.json and most of the code is a simple, livereload-ing Express server to let me see output of the current grammar in the browser.
If you want to run it, clone the repo, run npm i (or yarn install) and npm run start (or yarn run start) to start the server. The output will appear at http://localhost:3000.