This is the monorepo for the Hyperjump Web Framework.
pnpm installpnpm docs:devPrepare the .env.local files by running the following command:
./dev-bootstrap.shThen run the following command to build the web app:
pnpm build --filter=webOr to run the development server:
pnpm dev --filter=web