- Clone the repository to your computer.
$ git clone https://github.com/Wojstan/ts-learning.git- Install dependencies.
$ npm install -g pnpmAfter modifying package.json, you need to update the shrinkwrap file with the following command:
pnpm installTo run the tests, execute:
pnpm testTo run the playground, execute:
pnpm playground