From bfe554863c8b4f163fc8c60eccb9ef84b151de59 Mon Sep 17 00:00:00 2001 From: b1ek Date: Fri, 23 Jun 2023 23:15:55 +1000 Subject: [PATCH] add build instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a3a93..803b8f7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Freeptcha -Freeptcha is a completely free, open source and portable captcha generator. \ No newline at end of file +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`. \ No newline at end of file