A simple web app that allows users to generate branching stories.
This app requires Node.js v6 or higher, and was designed to run on a UNIX-based operating system.
- Clone the app's GitHub repo, or extract the archive containing the source files, into a directory on your system.
- Navigate to the app's root directory using the command line and run
npm i
to install module dependencies. - Run
npm start
from the root directory to start the server. If the server starts successfully, you should see the messageServer listening on port 8000
. - Navigate to
localhost:8000
to use the app.
Read a report on the design and implementation decisions made when building this app, the implications of any shortcuts taken, and the skills that building this app demonstrated.