https://github.com/strugee/emergence-story
Story software utilizing emergence.
https://github.com/strugee/emergence-story
Last synced: over 1 year ago
JSON representation
Story software utilizing emergence.
- Host: GitHub
- URL: https://github.com/strugee/emergence-story
- Owner: strugee
- License: agpl-3.0
- Created: 2012-01-07T07:28:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T00:59:06.000Z (almost 10 years ago)
- Last Synced: 2025-03-18T05:19:06.287Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sites.google.com/site/writingsfromalex/development/emergence-story-alpha
- Size: 3.53 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emergence-story
## synopsis
## dependencies
### for running
in order to run an installation (instance) of emergence-story, you'll need node.js. you don't have to know very much about node.js to use emergence-story, you just need to have it available on your system.
you also need the dependencies. you can get these by running `npm install` in the emergence-story directory.
### for developing
in order to hack on emergence-story, you'll just need the dependencies for running for now. you can get these by running `npm install`.
you'll also need to be acquainted with node.js development.