https://github.com/friendlycaptcha/friendly-docs
Friendly Captcha Developer Hub source code
https://github.com/friendlycaptcha/friendly-docs
captcha documentation friendlycaptcha
Last synced: 5 months ago
JSON representation
Friendly Captcha Developer Hub source code
- Host: GitHub
- URL: https://github.com/friendlycaptcha/friendly-docs
- Owner: FriendlyCaptcha
- License: mit
- Created: 2023-05-30T13:48:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T09:36:24.000Z (5 months ago)
- Last Synced: 2025-08-06T11:30:51.581Z (5 months ago)
- Topics: captcha, documentation, friendlycaptcha
- Language: TypeScript
- Homepage: https://developer.friendlycaptcha.com
- Size: 4.02 MB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Friendly Docs
This is the source code of [Friendly Captcha](https://friendlycaptcha.com)'s [Developer Hub](https://developer.friendlycaptcha.com).
This website uses [Docusaurus 2](https://docusaurus.io/).
## Am I using V1 or V2
Below are screenshots to help you recognize the one you are using.
### V1 Widget Screenshot

### V2 Widget Screenshot

## Contribute to our localizations
Are you a (near-)native speaker of a language that is not yet supported? You can help [translate the widget here](https://poeditor.com/join/project/lrdZQ5Uk6D). Thank you for your contribution!
## Local Development
> Note: You don't have to run it locally to contribute. You can also edit the markdown files in the `docs` folder using your favorite text editor.
Make sure you have [Node](https://nodejs.org/en) installed.
```shell
# Install dependencies
npm install
# Run locally with live reload
npm run start
```
Now open your browser and point it at [http://localhost:3000](http://localhost:3000). When you edit a file and save it, it should be visible immediately.
## Building
```
$ npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.