https://github.com/rees46/documentation-unified
Документация, собранная в единый проект.
https://github.com/rees46/documentation-unified
Last synced: 5 months ago
JSON representation
Документация, собранная в единый проект.
- Host: GitHub
- URL: https://github.com/rees46/documentation-unified
- Owner: rees46
- Created: 2025-09-15T16:41:57.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-01-13T08:42:38.000Z (5 months ago)
- Last Synced: 2026-01-13T10:56:47.397Z (5 months ago)
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Единая документация
## Запуск на рабочей машине
Потребуется NodeJS 24.
Подготовка:
```shell
git clone ...
cd ...
npm install
```
Запуск:
```shell
npm run docs:dev
```