From 3a3858bd72bebe9f6c0ac7fb8d57ef1791ed8c24 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 26 Dec 2023 10:38:10 +0800 Subject: [PATCH] Add note on node.js and branches --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fa78c3..9253fb16 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,9 @@ Go to [Releases](https://github.com/cheeaun/phanpy/releases) and download the la ### Custom-build way -Download or `git clone` this repository. Build it by running `npm run build` (after `npm install`). Serve the `dist` folder. +Requires [Node.js](https://nodejs.org/). + +Download or `git clone` this repository. Use `production` branch for *stable* releases, `main` for *latest*. Build it by running `npm run build` (after `npm install`). Serve the `dist` folder. Customization can be done by passing environment variables to the build command. Examples: