This commit is contained in:
Alexandre Bodin 2024-03-29 16:51:22 +01:00
parent a3e29269a0
commit e1634d3c9e

View File

@ -101,7 +101,7 @@ Start the administration panel server for development:
```bash
cd ./packages/core/admin
yarn develop
yarn watch
```
The administration panel should now be available at http://localhost:4000/admin. Make sure the example application (step 4) is still running.