Skip to content

Files

ux.symfony.com

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 7, 2025
Oct 31, 2024
May 3, 2025
Apr 16, 2025
Feb 22, 2024
Apr 20, 2023
Mar 4, 2025
May 7, 2025
Apr 16, 2025
Sep 14, 2024
May 3, 2023
Aug 14, 2024
Jun 23, 2023
Apr 26, 2024
Aug 20, 2024
Apr 16, 2025
Apr 16, 2025
Jul 30, 2024
Oct 22, 2023
Jan 29, 2024
Oct 27, 2024
Oct 27, 2024
Apr 16, 2025
Apr 16, 2025
Apr 16, 2025
May 1, 2024
Jan 14, 2024
Apr 16, 2025

Source code for ux.symfony.com.

Installation

Source code

Install the project:

git clone git@github.com:symfony/ux
cd ux/ux.symfony.com/

Install the dependencies:

symfony composer install

Services

(optional) Configure Docker to launch Mercure

docker compose up -d

Database

Run database migrations:

symfony console doctrine:migration:migrate

Populate the database:

symfony console app:load-data

Assets

Download the importmap packages locally:

symfony console importmap:install

Compile the Sass files:

symfony console sass:build

# (optional) Add the --watch flag to automatically recompile the Sass files on change.
symfony console sass:build --watch

Local server

Start the local web server (in background):

symfony server:start -d

Testing

symfony php bin/phpunit