mirror of
https://github.com/grocy/grocy.git
synced 2026-03-29 09:09:25 +02:00
15 lines
234 B
Markdown
15 lines
234 B
Markdown
# Development
|
|
- Install PHP
|
|
- Install NodeJS/Yarn
|
|
- Install Composer
|
|
|
|
- Grab Composer deps (`composer install`)
|
|
- Grab JS deps (`yarn install`)
|
|
|
|
```shell
|
|
cd public
|
|
php -S 127.0.0.1:8080
|
|
```
|
|
|
|
Open https://localhost:8080 in the browser
|