Skip to content

kozlovvski/CanvasFireworks

Repository files navigation

CanvasFireworks

This project is an app rendering fireworks on HTML5 Canvas.

Live demo: https://kozlovvski.github.io/CanvasFireworks

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have installed npm

Installing

First of all, fork the repository and clone it. Run terminal inside the cloned directory and run:

npm i

This will install necessary packages. When packages are installed, run a development server with:

npm run dev

This will open a new tab in browser, pointing to the development server port.

Deployment

Use:

npm run deploy

This will fire a build process and push the production version of the app to the gh-pages branch

Built With

Contributing

Currently contributions are disabled.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

HTML5 canvas fireworks generated in ES6. Created as a practice to master Javascript and learn Canvas API

Resources

License

Stars

Watchers

Forks

Packages

No packages published