https://github.com/oncomouse/nanogenmo2017
https://github.com/oncomouse/nanogenmo2017
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/nanogenmo2017
- Owner: oncomouse
- Created: 2017-11-02T19:33:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T19:45:34.000Z (over 8 years ago)
- Last Synced: 2025-07-19T09:49:15.361Z (12 months ago)
- Language: HTML
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NaNoGenMo 2017
This is my repository for [NaNoGenMo 2017](https://github.com/NaNoGenMo/2017). I am tracking my progress on [this issue](https://github.com/NaNoGenMo/2017/issues/59).
I'm working to write a fairly generic fantasy novel using Dan Harmon's ["story circle"](http://patricklickman.com/storycircle/) as a way of thinking about narrative structures and story. I am using [Tracery](http://tracery.io) to do this.
The Tracery grammar is in [`circle.json`](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](http://localhost:3000).