This project uses pnpm. It is advised not to mix package managers as this can result in non-deterministic behavior.
To install dependencies for this project, open a command line interface at the directory of your project, and run:
pnpm installThis will create a node_modules directory in that of your project and add the packages there.
To create a development build with sourcemaps, run
pnpm devTo build for production, run
pnpm build