Create a New Project

  1. Authenticate with GitHub:

    gon auth:login
  2. Create the project (interactive module/theme selection):

    gon create-project myapp
  3. Start Docker environment:

    cd myapp && gon up
  4. Open in browser: https://myapp.test

Import from existing Polygon project

gon create-project myapp \
--from-modules-enabled=/path/to/modules-enabled.php \
--no-install
 
cd myapp
gon install
gon up