Skip to content

dongy7/ksp

Repository files navigation

KSP

Build Status

Presentation for game critique on Kerbal Space Program

Setup

  1. Install Node.js (4.0.0 or later)

  2. Install dependencies

    $ npm install
  3. Serve the presentation and monitor source files for changes

    $ npm start
  4. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.