Skip to content

hyperjumptech/hyperjump-web-framework

Repository files navigation

Hyperjump Web Framework (WIP)

This is the monorepo for the Hyperjump Web Framework.

Usage

pnpm install

Running the docs

pnpm docs:dev

Running the database

From the root of the monorepo, run the following command to start the database locally:

docker-compose up

Running the demo web app

Prepare the .env.local files by running the following command:

./dev-bootstrap.sh

Then run the following command to build the web app:

pnpm build --filter=web

Or to run the development server:

pnpm dev --filter=web

Publishing the route-action-gen package

  1. Go to the release page in GitHub and create a new release.
  2. The release name should be in the format of v<version>.
  3. The release description should be the changelog.
  4. Publish the release.
  5. The package will be published to npm automatically.