Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 572 Bytes

Fireworks

WIP canvas fireworks. Available for display at https://ntarelix.github.io/fireworks/index.html.

Development

  1. Obtain the repository
    • Clone with Git
    • Download ZIP from GitHub
  2. Serve the content with a static file server by running one of the following commands
    • with NodeJS: node static-file-server.js
    • with Python3: python3 -m http.server 8080
  3. Open http://localhost:8080/index.html in your browser
  4. Make changes to the source code
  5. Refresh the web page to see your changes