Source code for ux.symfony.com.
Install the project:
git clone [email protected]:symfony/ux
cd ux/ux.symfony.com/Install the dependencies:
symfony composer install(optional) Configure Docker to launch Mercure
docker compose up -dRun database migrations:
symfony console doctrine:migration:migratePopulate the database:
symfony console app:load-dataDownload the importmap packages locally:
symfony console importmap:installCompile the Sass files:
symfony console sass:build
# (optional) Add the --watch flag to automatically recompile the Sass files on change.
symfony console sass:build --watchStart the local web server (in background):
symfony server:start -dsymfony php bin/phpunit