add build instructions

This commit is contained in:
b1ek 2023-06-23 23:15:55 +10:00
parent 463c7e318a
commit bfe554863c
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
# Freeptcha # Freeptcha
Freeptcha is a completely free, open source and portable captcha generator. 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`.