https://github.com/ezhuk/docs
Project documentation.
https://github.com/ezhuk/docs
Last synced: 29 days ago
JSON representation
Project documentation.
- Host: GitHub
- URL: https://github.com/ezhuk/docs
- Owner: ezhuk
- License: mit
- Created: 2025-06-08T21:27:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-27T22:47:53.000Z (7 months ago)
- Last Synced: 2025-11-30T12:44:10.812Z (7 months ago)
- Language: MDX
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Project Documentation
[](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`.
