···132132133133### Custom-build way
134134135135-Download or `git clone` this repository. Build it by running `npm run build` (after `npm install`). Serve the `dist` folder.
135135+Requires [Node.js](https://nodejs.org/).
136136+137137+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.
136138137139Customization can be done by passing environment variables to the build command. Examples:
138140