From d377fb68db4e9d6362165b351e276176deb5e3ad Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 29 May 2025 10:52:02 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3199a9f..b296314 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,20 @@ You can change this behavior by editing `docker-compose.yml` if needed. **Note**: Environment variables defined in `docker-compose.yml` will **override** those in the `.env` file. +### Running with Node.js + +If you prefer to run the server without Docker, you can use Node.js directly. + +```sh +npm install --only=production +npm run build +npm run start +``` + +By default, the server will be available at `http://0.0.0.0:1337/`. + +You can change this behavior by editing `.env` file if needed. + ## Resources ### SpaceAPI