Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 401 Bytes

readme.md

File metadata and controls

11 lines (10 loc) · 401 Bytes

Web - Jiří Zapletal

Website built on Megio panel.

Installation guide

  1. git clone git@github.com:strategio-digital/jz-strategio-dev.git
  2. cp .env.example .env
  3. composer i
  4. bin/console migrate
  5. bin/console user:create-admin <email> <password>
  6. yarn && yarn build
  7. Visit: http://localhost:8090