Turn every thing into mind map. Preview: https://mai-mind-map.azurewebsites.net/
Install the dependencies:
pnpm installPlease install VS-code Extension:Biome for better code lint
Start the dev server:
pnpm devBuild the app for production:
pnpm buildPreview the production build locally:
pnpm previewInstall the dependencies:
cd mai-mind-map-se && pnpm installStart the server:
pnpm build:server && pnpm start