https://github.com/hyperjumptech/hyperjump-web-framework
https://github.com/hyperjumptech/hyperjump-web-framework
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperjumptech/hyperjump-web-framework
- Owner: hyperjumptech
- Created: 2025-11-25T07:03:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-11-28T07:54:08.000Z (6 months ago)
- Last Synced: 2025-11-30T02:20:25.886Z (5 months ago)
- Language: TypeScript
- Homepage: https://hyperjumptech.github.io/hyperjump-web-framework/
- Size: 2.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperjump Web Framework (WIP)
This is the monorepo for the Hyperjump Web Framework.
## Usage
```bash
pnpm install
```
## Running the docs
```bash
pnpm docs:dev
```
## Running the demo web app
Prepare the `.env.local` files by running the following command:
```bash
./dev-bootstrap.sh
```
Then run the following command to build the web app:
```bash
pnpm build --filter=web
```
Or to run the development server:
```bash
pnpm dev --filter=web
```