A matrix style code rain generator created in HTML5 canvas with typescript. Just for fun
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