Custom Web Application developer tool to allow us to hack ourselfs. Imagine autofilling forms while doing manual testing or flushing data from localStorage without going to the terminal and adding integrations that boost that behaviour.
Install the following tool to get started.
To manage the node version of the project we use NVM. You can find installation guides in the official NVM repository
# Install and use project node version
nvm install && nvm use
We use PNPM as our package manager to enable the monorepo.
corepack enable
corepack prepare pnpm@latest --activate