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
- Host: GitHub
- URL: https://github.com/casdoor/casdoorapp-website
- Owner: casdoor
- License: apache-2.0
- Created: 2024-10-13T14:19:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T15:09:19.000Z (over 1 year ago)
- Last Synced: 2025-04-10T14:55:49.291Z (about 1 year ago)
- Topics: app, casbin, casdoor, docs, document, documentation, docusaurus
- Language: JavaScript
- Homepage: https://app.casdoor.org
- Size: 5.02 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.