This site is built with VuePress. Site content is written in Markdown format located in docs.
- Clone repository
git clone [email protected]:Umajs/docs-v2.git
- Install dependencies
pnpm # or pnpm install
- Start local development environment and visit
http://localhost:8080
pnpm dev
Release deployment powered by Github Pages. The site is automatically deployed when commits land in main
. The domain name is https://umajs.github.io/.