From a352e8d5ec8da58b773c90f0acd5f99cf4a8aa9f Mon Sep 17 00:00:00 2001 From: Quazia Date: Thu, 22 May 2025 12:18:04 -0400 Subject: [PATCH] chore: add local development section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 82d0450..4d79dd0 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,13 @@ npm run build ``` The above command will generate a `.env` file based on the `.env.local` file and user input. Be sure to configure those environment variables on your hosting platform. + +## Developing Script Locally + +This section is only for working on the script and template, if you simply want to create a mini-app and _use_ the template this section is not for you. + +To run the script locally just run: +``` +node ./bin/index.js +``` +