Tablo

Installation

Your downloaded Tablo theme files contain everything you need to get started—there’s no need to download anything else. We recommend keeping a copy of the original files as a backup in case of accidental changes.

How to Get Started

  1. Extract the ZIP file to your server's web root.
  2. Visit your new site at yourdomain.com.
  3. Access the admin panel at yourdomain.com/panel.
  4. Register your installation with a one-off Kirby license.
  5. Explore Kirby's simple user guide.
  6. Start creating content with your new theme.

Install Requirements

For full details, visit the Kirby website.

Running Locally

You can quickly set up and run Kirby locally using Composer. Just follow these steps:

  1. In your project folder, run the following command:

    composer start
  2. Visit your local site at: http://localhost:8000

That's it! You're all set to develop and test your Kirby site locally.