mirror of
https://github.com/jbcr/core.git
synced 2026-04-03 06:42:30 +02:00
77df2df53967ba86defb400ff698a5c7eebc06de
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.
Languages
PHP
63.2%
Twig
15.2%
Vue
8.5%
JavaScript
7.9%
SCSS
3.7%
Other
1.4%