mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
NBTCA Documents 计算机协会文档
Bumps [eslint](https://github.com/eslint/eslint) from 9.23.0 to 9.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.23.0...v9.26.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.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