To setup the project make sure that you have npm installed. To get started, you can do the following commands to run the website after cloning it
pnpm installto install dependenciespnpm run startto deploy website on local machine
After this the website should be deployed on http://localhost:3000 where you can view the website
Once the environment is setup you can use some of the following tools to make working on the project easier
pnpm run buildto compile to website