Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 970 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 970 Bytes

Branching story generator

A simple web app that allows users to generate branching stories.

Dependencies

This app requires Node.js v6 or higher, and was designed to run on a UNIX-based operating system.

Installation

  1. Clone the app's GitHub repo, or extract the archive containing the source files, into a directory on your system.
  2. Navigate to the app's root directory using the command line and run npm i to install module dependencies.
  3. Run npm start from the root directory to start the server. If the server starts successfully, you should see the message Server listening on port 8000.
  4. Navigate to localhost:8000 to use the app.

Report

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.