Webapp to help debug Ferdium issues.
The Ferdium debugger uses Ferdium's debug information to display a Ferdium-like webinterface in the browser. This webinterface allows us to check your configuration without having to crawl through raw JSON code.
- Clone this repository
- Install the AdonisJS CLI
- Copy
.env.example
to.env
and edit the configuration to your needs - Run
npm install
to install local dependencies - Run the database migrations with
adonis migration:run
- Start the server with
adonis serve --dev
ferdium-debug is licensed under the MIT License