Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 889 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 889 Bytes

ferdium-debug

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.

Ferdium homescreen

Ferdium settings

Setup

  1. Clone this repository
  2. Install the AdonisJS CLI
  3. Copy .env.example to .env and edit the configuration to your needs
  4. Run npm install to install local dependencies
  5. Run the database migrations with
    adonis migration:run
  6. Start the server with
    adonis serve --dev

License

ferdium-debug is licensed under the MIT License