Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weivea/azure-interaction-test
azure-interaction-test
https://github.com/weivea/azure-interaction-test
Last synced: about 9 hours 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:02:03.000Z (2 months ago)
- Last Synced: 2024-09-10T04:42:38.000Z (2 months 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
```