In order to run this project, you need latest Node.js installed on your machine with pnpm package manager.
brew install volta # macos
[paru|yay] -S volta-bin # archlinux
After installing volta, you may set up volta and install nodejs with pnpm:
volta setup
volta install node@lts
volta install pnpm prettier rome
As you finished with installing necessary tools, now you may install dependencies:
pnpm install
pnpm run dev