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

https://github.com/alexgalhardo/docs.games.alexgalhardo.com

Awesome developer experience API documentation while building games.alexgalhardo.com
https://github.com/alexgalhardo/docs.games.alexgalhardo.com

api-documentation api-rest documentation mintlify

Last synced: 3 months ago
JSON representation

Awesome developer experience API documentation while building games.alexgalhardo.com

Awesome Lists containing this project

README

        


docs.games.alexgalhardo.com


## Introduction

- A personal project I created to improve my API documentation skills for an awesome developer experience (DX) while building [https://games.alexgalhardo.com](https://games.alexgalhardo.com)

## Front-End & API

- FrontEnd Source code:
- BackEnd API Source Code:

### Development Setup Local

- Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```bash
npm i -g mintlify
```

Run the following command at the root of your documentation (where mint.json is)

```bash
mintlify dev
```

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) August 2023-present, [Alex Galhardo](https://github.com/AlexGalhardo)