https://github.com/traptitech/booq-v3-ui
https://github.com/traptitech/booq-v3-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/traptitech/booq-v3-ui
- Owner: traPtitech
- Created: 2024-02-18T05:29:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T23:56:24.000Z (over 1 year ago)
- Last Synced: 2025-04-09T21:51:00.758Z (about 1 year ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# booQ-UI

booQ Frontend
## Developer Quick Start
Prerequisite: Node.js (recommended v20)
1. Uninstall yarn or pnpm for corepack (if installed), and install corepack
You can skip this step if you have already installed corepack.
```shell
npm uninstall -g yarn pnpm
npm install -g corepack
```
2. Install necessary packages
```shell
pnpm install
```
### Available Commands
#### Dev Mode (hot reload)
```shell
pnpm dev
```
#### Build
```shell
pnpm build
```