https://github.com/weivea/azure-interaction-test
azure-interaction-test
https://github.com/weivea/azure-interaction-test
Last synced: 5 months ago
JSON representation
azure-interaction-test
- Host: GitHub
- URL: https://github.com/weivea/azure-interaction-test
- Owner: weivea
- Created: 2024-09-05T07:16:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:02:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T15:22:06.887Z (over 1 year ago)
- Language: TypeScript
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSAI-MIND-MAP
## Setup
Install the dependencies:
```bash
pnpm install
```
Please install Extension:`Biome` for better code lint
## 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
```