> For the complete documentation index, see [llms.txt](https://www.one.thezero.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.one.thezero.club/guide/installation/local-environment.md).

# 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 %}
