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.
- Host: GitHub
- URL: https://github.com/authup/documentation
- Owner: authup
- Created: 2023-03-27T17:16:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-16T02:27:53.000Z (about 1 year ago)
- Last Synced: 2025-05-22T23:14:06.370Z (about 1 year ago)
- Topics: docs, documentation
- Language: JavaScript
- Homepage: https://authup.org/
- Size: 4.09 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation 📖
[](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
```