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

https://github.com/4eb0da/divkit-custom-handler-sample


https://github.com/4eb0da/divkit-custom-handler-sample

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Установка

```shell
cd server && npm ci && cd ..
cd client && npm ci && cd ..
```

## Запуск

```shell
cd server && npm start
```