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

https://github.com/authup/documentation

This repository contains the authup documentation.
https://github.com/authup/documentation

docs documentation

Last synced: 3 months ago
JSON representation

This repository contains the authup documentation.

Awesome Lists containing this project

README

          

# Documentation 📖

[![Deploy](https://github.com/authup/documentation/actions/workflows/main.yml/badge.svg)](https://github.com/authup/documentation/actions/workflows/main.yml)

This repository contains:
- markdown files
- images

to be compiled into the documentation hosted on [GitHub Pages](https://authup.net).

## Contributing

1. Clone Repository

```shell
git clone https://github.com/authup/documentation
```

2. Install dependencies

```shell
npm i
```

3. Run docs generation with HMR:

```shell
npm run dev
```