Domain Drivers

Prerequisites

  1. Install git - https://git-scm.com/downloads.
  2. Clone this repository.
  3. Install Node.js 20.10 - https://Node.js.org/en/download/ (Or better using NVM).
  4. Install VSCode, WebStorm or other prefered IDE.
  5. Open the main folder in IDE.

Setup

  1. Install NPM packages by running: npm install.
  2. Build source codes: npm run build.
  3. If you're using VSCode, you may consider importing profile from the ./.vscode/Node.js.code-profile to get all recommended plugins.

Ensuring that all is setup correctly

  1. Run npm run test. If all is fine then all tests should be green.