Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 579 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 579 Bytes

Overview

Setup

  • Checkout this repo.
  • Install nodejs.
  • In a terminal, from the code/ directory, run npm install.

Usage

From the code/ directory, run npm run dev.

This will start a live-server instance that hosts this folder. It will also start a browser tab pointed at http://localhost:8080. The live-server will tell the webpage to reload automatically on any change to any file in this folder. This allows for quick iteration.

Edit the file code/src/solution.js and commit!