Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 558 Bytes

umajs.github.io

This site is built with VuePress. Site content is written in Markdown format located in docs.

Developing

  • Clone repository
git clone git@github.com:Umajs/docs-v2.git
  • Install dependencies
pnpm # or pnpm install
  • Start local development environment and visit http://localhost:8080
pnpm dev

Deploying

Release deployment powered by Github Pages. The site is automatically deployed when commits land in main. The domain name is https://umajs.github.io/.