https://github.com/rascal-coder/mahu-meeting
https://github.com/rascal-coder/mahu-meeting
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rascal-coder/mahu-meeting
- Owner: Rascal-Coder
- Created: 2024-09-10T09:48:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T05:21:05.000Z (over 1 year ago)
- Last Synced: 2024-11-15T18:14:39.579Z (over 1 year ago)
- Language: TypeScript
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsbuild Project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get Started
Start the dev server:
```bash
pnpm dev
```
Build the app for production:
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```