- Install git - https://git-scm.com/downloads.
- Clone this repository.
- Install Node.js 20.10 - https://Node.js.org/en/download/ (Or better using NVM).
- Install VSCode, WebStorm or other prefered IDE.
- Open the main folder in IDE.
- Install NPM packages by running:
npm install
. - Build source codes:
npm run build
. - If you're using VSCode, you may consider importing profile from the ./.vscode/Node.js.code-profile to get all recommended plugins.
- Run
npm run test
. If all is fine then all tests should be green.