mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
NBTCA Documents 计算机协会文档
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](https://github.com/antfu/eslint-config/compare/v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| .husky | ||
| .vitepress | ||
| .vscode | ||
| archived | ||
| process | ||
| repair | ||
| utils | ||
| 相关活动举办 | ||
| 维修日 | ||
| .gitignore | ||
| .markdownlint-cli2.jsonc | ||
| eslint.config.mjs | ||
| index.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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