Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 424 Bytes

readme.md

File metadata and controls

31 lines (19 loc) · 424 Bytes

Code Rain

A matrix style code rain generator created in HTML5 canvas with typescript. Just for fun

Screenshot

Screenshot

To run

First install dependencies:

npm i

To run locally on localhost:1234:s

npm start

To create a production build:

npm run build

To debug on VS Code run locally and start the debugger