Maxime Veber 6073e6d55f Update docker compose configuration
- Docker compose file format is now "compose.yml"
- "version" field is deprecated
- mercure docker runs without the command line (it actually was not working anymore)
2024-10-27 18:42:31 +01:00
2024-10-24 01:11:28 +02:00
2024-10-13 01:34:51 +02:00
2024-10-24 01:11:28 +02:00
2024-02-22 09:29:06 -05:00
2024-10-05 10:12:21 +02:00
2024-09-15 00:52:06 +02:00
2024-08-14 10:35:01 -04:00
2023-06-22 20:01:31 -04:00
2024-04-26 13:01:38 -04:00
2024-10-23 09:12:20 +02:00
2024-10-23 09:12:20 +02:00
2023-10-22 17:38:34 -04:00
2024-05-01 09:55:14 -04:00
2024-08-14 10:35:01 -04:00

ux.symfony.com

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
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:43:22.050Z
Readme MIT 21 MiB
Languages
PHP 55%
Twig 29.8%
SCSS 11.5%
JavaScript 2.4%
CSS 1.1%
Other 0.2%