/react-matrix-code

High-performance, simulated code rain from The Matrix.

Primary LanguageJavaScriptMIT LicenseMIT

react-matrix-code

High-performance, simulated code rain from The Matrix.

Development

Install dependencies:

yarn install

Run rollup.js in watch mode:

yarn develop

Utilities

Run tests:

yarn test
yarn test:watch # Run in watch mode

Lint the source code:

yarn lint
yarn lint:fix # Fix any possible errors

Format the source code:

yarn prettier
yarn prettier:fix # Fix any possible errors

Validate the source code with lint, prettier, & test:

yarn validate

Build the source code with rollup.js:

yarn build

Install Husky Git hooks:

yarn install-hooks