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

https://github.com/casdoor/casdoorapp-website

The docs website for Casdoor authenticator app: https://github.com/casdoor/casdoor-app
https://github.com/casdoor/casdoorapp-website

app casbin casdoor docs document documentation docusaurus

Last synced: 5 months ago
JSON representation

The docs website for Casdoor authenticator app: https://github.com/casdoor/casdoor-app

Awesome Lists containing this project

README

          

# Casdoor Authenticator App Documentation

This repository contains the documentation website for the Casdoor Authenticator App. The website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

## Getting Started

### Prerequisites

- [Node.js](https://nodejs.org/en/download/) version 20 or above
- [Yarn](https://classic.yarnpkg.com/en/docs/install): please use Yarn 1

### Installation

```bash
$ yarn install
```

### Local Development

```bash
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```bash
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Contributing

We welcome contributions to improve the documentation for the Casdoor Authenticator App. Please feel free to submit issues or pull requests.

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.