mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
361 B
361 B
documents
Documents for nbtca.
How to use
Install dependencies
- Install Node.js
- Install pnpm
npm install -g pnpm - Install dependencies
pnpm install
Start development server
pnpm docs:dev
Build for production
pnpm docs:build
Lint code
pnpm lint