Bob den Otter 77df2df539 Working
2018-09-16 21:07:01 +02:00
2018-09-10 21:32:54 +02:00
2018-09-16 16:56:36 +02:00
2018-09-16 21:07:01 +02:00
2018-09-16 21:07:01 +02:00
2018-09-16 17:07:21 +02:00
2018-09-16 12:08:29 +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-16 18:18:30 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-16 18:54:20 +02:00
2018-09-16 18:54:20 +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-16 18:54:20 +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%