Front-end for an interactive editor for interactive fiction projects.
In development Feb-Sept 2017, still in development
We have a board: to see it, go here to install ZenHub: https://www.zenhub.com/
- Install
node
andnpm
- Docs
- Clone the repo
- Copy
sample.env
to.env
(this sets the environment variables used - default is a locally runningproj-api
instance, hosted address available on Heroku) - Run
npm install
to install the dependencies - Run
npm start
to start the app - it will be running at http://localhost:3000 - (That's all)
This app is hosted on Heroku here: https://immense-oasis-52264.herokuapp.com/
Automatic deployments happen whenever new code is merged to this repo