Changeset 3470651
- Timestamp:
- 02/26/2026 07:30:30 PM (5 weeks ago)
- Location:
- growfund
- Files:
-
- 2 edited
-
tags/1.0.8/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
growfund/tags/1.0.8/readme.txt
r3470139 r3470651 283 283 [https://github.com/themeum/growfund](https://github.com/themeum/growfund) 284 284 285 = Build Steps =286 287 * Clone the repository288 git clone git@github.com:themeum/growfund.git289 cd growfund290 291 * Start Docker Environment292 docker-compose up --build -d293 294 * Install PHP Dependencies295 cd wordpress/wp-content/plugins/growfund296 composer install297 298 * Install Node Dependencies299 cd ../../../../apps300 yarn install301 302 * Run303 yarn dev304 305 * Build306 yarn build307 308 309 285 == Installation Process == 310 286 -
growfund/trunk/readme.txt
r3470139 r3470651 283 283 [https://github.com/themeum/growfund](https://github.com/themeum/growfund) 284 284 285 = Build Steps =286 287 * Clone the repository288 git clone git@github.com:themeum/growfund.git289 cd growfund290 291 * Start Docker Environment292 docker-compose up --build -d293 294 * Install PHP Dependencies295 cd wordpress/wp-content/plugins/growfund296 composer install297 298 * Install Node Dependencies299 cd ../../../../apps300 yarn install301 302 * Run303 yarn dev304 305 * Build306 yarn build307 308 309 285 == Installation Process == 310 286
Note: See TracChangeset
for help on using the changeset viewer.