| layout | page |
|---|---|
| uri | / |
| position | 1 |
| slug | home |
| navTitle | Getting Started |
| title | Getting Started |
| description | Installation and setup instructions for Megio. |
- Docs: https://megio.dev
-
Build the project
cp .env.example .env && make build -
Start the development server
make serve
-
Create admin user
docker compose exec app bin/console admin admin@test.cz Test1234 -
Run tests
make test -
Access the application
- App: http://localhost:8090
- Admin: http://localhost:8090/app/admin