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

https://github.com/ezhuk/docs

Project documentation.
https://github.com/ezhuk/docs

Last synced: 29 days ago
JSON representation

Project documentation.

Awesome Lists containing this project

README

          

## Project Documentation

[![test](https://github.com/ezhuk/docs/actions/workflows/test.yml/badge.svg)](https://github.com/ezhuk/docs/actions/workflows/test.yml)

This repository contains the source files for project documentation built with [Mintlify](https://mintlify.com).

## Getting Started

Make sure you have `Node.js` installed on your machine, then run the following command to install the [Mint CLI](https://www.npmjs.com/package/mint):

```bash
npm install -g mint
```

To preview the documentation locally, run the develoment server as follows:

```bash
mint dev
```

Then open your browser and navigate to `http://127.0.0.1:3000`.

![s01](https://github.com/user-attachments/assets/e0a0a3ba-7d17-47d0-a37a-ebf48ec75396)