Skip to content

Files

Latest commit

ed705f3 · Apr 5, 2025

History

History

ux.symfony.com

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 8, 2025
Oct 31, 2024
Nov 4, 2024
Sep 14, 2024
Feb 22, 2024
Apr 20, 2023
Mar 4, 2025
Dec 7, 2024
Apr 5, 2025
Sep 14, 2024
May 3, 2023
Aug 14, 2024
Jun 23, 2023
Apr 26, 2024
Aug 20, 2024
Jan 8, 2025
Nov 2, 2024
Jul 30, 2024
Oct 22, 2023
Jan 29, 2024
Oct 27, 2024
Oct 27, 2024
Dec 10, 2024
Dec 10, 2024
Oct 12, 2024
May 1, 2024
Jan 14, 2024
Aug 14, 2024

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