-
Install dependencies:
composer install
-
Create database:
php bin/console doctrine:database:create
-
Create
OSMCHA_API_KEY
in your environment with your OSMCha API key
- Install Symfony CLI
- Run
symfony server:start
- Browse the given URL
Check Symfony local server documentation for more information.