Fadogen is a tool that allows you to create applications and deploy them very easily. Think of it as the shadcn of deployment. No tools are required (except ddev).
The easiest way to run this project is with DDEV, a Docker-based local development environment.
-
Clone this repository:
git clone https://github.com/fouteox/fadogen.git cd fadogen
-
Start the application:
ddev start && ddev launch
You can also use Herd, but it is not recommended for technical reasons (port conflict):
make init