- Participating
- Environments
- jednatel
- stekly.vit@vs-point.cz
- programátor
- david.solc@vs-point.cz
- https://docs.docker.com
- https://docs.docker.com/compose/
- https://www.php.net/
- https://pnpm.io/
- https://getcomposer.org/
- https://postcss.org/
- https://webpack.js.org/
- https://babeljs.io/
- https://github.com/browserslist/browserslist
# copy `.env.example` to `.env` and fill in your values
cp .env.example .env
# install frontend dependencies
pnpm install
# build javascript + css
pnpm run production
# start containers via Docker
docker-compose up
# install php dependencies
composer install
docker-compose exec php ./console nette:cache:purge
docker-compose exec php ./console dbal:database:drop --force
docker-compose exec php ./console dbal:database:create
docker-compose exec php ./console migrations:migrate
docker-compose exec php ./console doctrine:fixtures:load
# go to http://localhost