Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 574 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 574 Bytes

AI Alchemy

A shittier version of the thing that already exists

How to install

- 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