this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add note on node.js and branches

+3 -1
+3 -1
README.md
··· 132 132 133 133 ### Custom-build way 134 134 135 - Download or `git clone` this repository. Build it by running `npm run build` (after `npm install`). Serve the `dist` folder. 135 + Requires [Node.js](https://nodejs.org/). 136 + 137 + 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. 136 138 137 139 Customization can be done by passing environment variables to the build command. Examples: 138 140