- Clone the repository
git clone https://github.com/Avyvka/resource-allocation.git- Install dependencies
cd resource-allocation
npm install- Build the project
npm run build
# or
yarn buildOutputs to dist/ (ESM, CJS, and UMD formats if configured).
npm run test
Test files are created under test folder.