this repo has no description
0
fork

Configure Feed

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

Merge pull request #478 from snail-coupe/doc/fix_build_example

Update README.md

authored by

Chee Aun and committed by
GitHub
f2f203c9 4def6eef

+1 -1
+1 -1
README.md
··· 138 138 Customization can be done by passing environment variables to the build command. Examples: 139 139 140 140 ```bash 141 - PHANPY_APP_TITLE="Phanpy Dev" \ 141 + PHANPY_CLIENT_NAME="Phanpy Dev" \ 142 142 PHANPY_WEBSITE="https://dev.phanpy.social" \ 143 143 npm run build 144 144 ```