/programming-generative-art

[Web Directions Code 2018] Live Slides — Programming Generative Art

Primary LanguageJavaScriptOtherNOASSERTION

Programming Generative Art - Web Directions Code 2018

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.