An open API service indexing awesome lists of open source software.

https://github.com/rees46/documentation-unified

Документация, собранная в единый проект.
https://github.com/rees46/documentation-unified

Last synced: 5 months ago
JSON representation

Документация, собранная в единый проект.

Awesome Lists containing this project

README

          

# Единая документация

## Запуск на рабочей машине

Потребуется NodeJS 24.

Подготовка:

```shell
git clone ...
cd ...
npm install
```

Запуск:

```shell
npm run docs:dev
```