mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 17:55:44 +03:00
Add note on node.js and branches
This commit is contained in:
parent
69571bf817
commit
3a3858bd72
1 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,9 @@ Go to [Releases](https://github.com/cheeaun/phanpy/releases) and download the la
|
||||||
|
|
||||||
### Custom-build way
|
### 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:
|
Customization can be done by passing environment variables to the build command. Examples:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue