grocy/DEVELOPMENT.md
2025-11-15 02:00:55 +00:00

234 B

Development

  • Install PHP

  • Install NodeJS/Yarn

  • Install Composer

  • Grab Composer deps (composer install)

  • Grab JS deps (yarn install)

cd public
php -S 127.0.0.1:8080

Open https://localhost:8080 in the browser