Files
core/README.md
T
Bob den Otter 287f14f3a1 Working.
2018-09-10 22:19:27 +02:00

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.