Skip to content

unlooped/grid-sandbox

Repository files navigation

composer install

Copy .env to .env.local and setup database

./bin/console doctrine:migrations:migrate --no-interaction
./bin/console doctrine:fixtures:load
yarn install
yarn dev

or

yarn build