This is the monorepo for the Hyperjump Web Framework.
pnpm installpnpm docs:devFrom the root of the monorepo, run the following command to start the database locally:
docker-compose upPrepare 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- Go to the release page in GitHub and create a new release.
- The release name should be in the format of
v<version>. - The release description should be the changelog.
- Publish the release.
- The package will be published to npm automatically.