Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 551 Bytes

Wikipedia Narratives

A Wikipedia-based narrative tool.

Webpage with a text box of random items connected with text fields for user input

Instructions

  1. Make sure npm and node are installed.
  2. Navigate to this directory and run:
npm install
  1. After it installs all the modules, run:
npm start
  1. If successful, it should say: App listening on port 3000!
  2. In the address bar of your browser, type "localhost:3000" without quotes, and it should take you to this local server.