A shittier version of the thing that already exists
- Create the database:
Charset:utf8mb4
Collation: utf8mb4_unicode_ci
- Enter the credentials in the .env
- Correct the default database name(s) for all environments in phinx.php
- Install the Yarn and Composer packages:
yarn install && composer install
- Structure and seed the database with Phinx:
phinx migrate && phinx seed:run
- Start the local development server(s):
yarn dev