strategio/megio-starter

Boilerplate for Megio apps & webs

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/strategio/megio-starter

0.11.0 2025-10-03 20:04 UTC

README

layout uri position slug navTitle title description
page / 1 home Getting Started Getting Started Installation and setup instructions for Megio.

Getting Started

Installation Guide

  1. Build the project

    cp .env.example .env && make build
  2. Start the development server

    make serve
  3. Create admin user

    docker compose exec app bin/console admin admin@test.cz Test1234
  4. Run tests

    make test
  5. Access the application