Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 457 Bytes

File metadata and controls

19 lines (13 loc) · 457 Bytes

Let's Make Functional Generative Art

View the slides online here.

To run the presentation, clone this repository.

  1. Install dependencies

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

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

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