Skip to content

MelvinBrem/ai-alchemy

Repository files navigation

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

About

A much worse version of the thing that already exists <https://neal.fun/infinite-craft/>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published