# Local environment

### Run demo on localhost

1. Start a server with [MAMP](https://www.mamp.info/en/), [XAMPP](https://www.apachefriends.org/index.html), [WAMPP](http://www.wampserver.com/en/), [Laravel Herd](https://herd.laravel.com/) (recommended) or `php -S localhost:8000 kirby/router.php` on the terminal, or something else you prefer.
2. Copy contents from `zero-one` folder (or other Zero One demo folder) to your web root, or subfolder
3. Depending on your system visit `localhost:8000/yourfoldername/panel` or `localhost/yourfoldername/panel` with your browser
4. Register -- make the account
5. Explore demo and settings

{% hint style="info" %}
Keep in mind that all thumbnails will have to be generated so it will be a bit slower in the beginning.&#x20;
{% endhint %}

{% hint style="warning" %}
If your server doesn't have URL rewrite turned on, some things will not work, like stylesheet and scripts caching. But it is still possible to continue.&#x20;

**Go to Site Settings tab and turn off Cachebusting.**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.one.thezero.club/guide/installation/local-environment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
