It was mentioned that for building the project we should run pnpm build command in the root directory of the project but unfortunately there is not build command in package.json file.
After adding the line to package.json the project runs successfully.
It was mentioned that for building the project we should run
pnpm build
command in the root directory of the project but unfortunately there is not build command inpackage.json
file. After adding the line to package.json the project runs successfully.The command mentioned README file