Freeptcha is a completely open source and portable captcha generator
Go to file
b1ek bfe554863c
add build instructions
2023-06-23 23:15:55 +10:00
public init: v1 captcha 2023-06-23 23:11:59 +10:00
.env.example init: repo 2023-06-23 21:08:16 +10:00
.gitignore init: repo 2023-06-23 21:08:16 +10:00
LICENSE.md init: repo 2023-06-23 21:08:16 +10:00
README.md add build instructions 2023-06-23 23:15:55 +10:00
gulpfile.js init: gulp dev 2023-06-23 21:39:30 +10:00
index.js init: v1 captcha 2023-06-23 23:11:59 +10:00
package.json init: v1 captcha 2023-06-23 23:11:59 +10:00
routes.js init: v1 captcha 2023-06-23 23:11:59 +10:00
yarn.lock init: v1 captcha 2023-06-23 23:11:59 +10:00

README.md

Freeptcha

Freeptcha is a completely free, open source and portable captcha generator.

Deploying locally for development

To deploy a local instance, write a .env, install the packages and run yarn dev.

Deploying to production is not supported (yet), but to run with the most optimizations, set APP_DEBUG to false in .env, and run the file directly: node index.js.