mirror of
https://github.com/jbcr/core.git
synced 2026-04-24 00:58:09 +02:00
598 B
598 B
Bolt 4.0.0 prototype
Install
- Check out the git repo
- Run
composer install
Set up Database
- Configure the connection in
.env - Then:
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load
Run
- Run
bin/console server:start
Build assets
To set up initially, run yarn install to get the required dependencies /
node_modules. Then:
- Run
node_modules/.bin/encore dev --watch
See the other options by running node_modules/.bin/encore.