We use the following tools:
- Required: node.js (Preferably managed by volta)
- Required: Commit signing configured, without it, the pull requests WILL NOT BE ACCESPTED!
- Recommended: dprint
- Recommended: VSCode
To get started, clone the repository and then install all of the dependencies by running:
npm install --save-dev
To test the project, run the command:
npm run dev