Skip to content

Spaxe/YOWLJ2018-Functional-Generative-Art

Repository files navigation

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.