Decide where you want to set everything up and clone the repository with it's submodules:
git clone --recurse-submodules https://github.com/WaspScripts/wasp-webappThis will clone both this repository and wasp-info where all markdown files are stored.
Once you've cloned the project and installed dependencies with pnpm install, start a development server:
pnpm devTo create a production version of your app:
pnpm buildYou can preview the production build with pnpm preview.