b1ek bfe554863c | ||
---|---|---|
public | ||
.env.example | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
gulpfile.js | ||
index.js | ||
package.json | ||
routes.js | ||
yarn.lock |
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
.