Skip to content

strugee/emergence-story

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.