# msai-mind-map **Repository Path**: mirrors_microsoft/msai-mind-map ## Basic Information - **Project Name**: msai-mind-map - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-06 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MAI-MIND-MAP Turn every thing into mind map. Preview: https://mai-mind-map.azurewebsites.net/ ## Setup Install the dependencies: ```bash pnpm install ``` Please install VS-code 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 ``` ## Service Server Install the dependencies: ```bash cd mai-mind-map-se && pnpm install ``` Start the server: ```bash pnpm build:server && pnpm start ``` Start the server for local debug ```bash pnpm build:server && pnpm start:2999 # Reach out jianliwei/Emailxuri for the config.json to start server in local environment ```