-
Pre-requisite: Must have Node.js version >= 16 installed
-
Execute the command
chmod 700 install.sh
to give full permissions to the installation script -
Execute the command
./install.sh
to run the installation script
To start the dev environment: pnpm dev
To add a package: pnpm add {package_name}