This is a CLI tool for creating new Weightmans projects.
Simply run:
pnpm create weightmans-app <project-name>
<project-name>
is the name of the project you want to create.
Once done, you can open the project in VSCode:
code <project-name>
or run it in development mode:
cd <project-name>
pnpm i
pnpm dev