Bob den Otter 484ea436b3 Working
2018-09-16 10:39:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-14 10:33:24 +02:00
2018-09-16 10:39:54 +02:00
2018-09-16 10:39:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 19:34:58 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-14 10:33:24 +02:00
2018-09-14 10:33:24 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-11 17:33:18 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 22:19:27 +02:00
2018-09-14 10:33:24 +02:00
2018-09-13 17:24:38 +02:00
2018-09-13 17:39:08 +02:00

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.

Description
No description provided
Readme MIT 57 MiB
Languages
PHP 63.2%
Twig 15.2%
Vue 8.5%
JavaScript 7.9%
SCSS 3.7%
Other 1.4%