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
nodeandnpm- Docs
- Clone the repo
- Copy
sample.envto.env(this sets the environment variables used - default is a locally runningproj-apiinstance, hosted address available on Heroku) - Run
npm installto install the dependencies - Run
npm startto 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