A template for quickly starting library development with rul2d.
Commands:
npm install- Installs all required dependencies.npm run build- Compiles the source code into browser-compatible JavaScript.npm run dev- Compiles thesrc/test.tscode into browser-compatible Javascript.npm run watch- Recompiles the code whenever files in the src folder are updated.