This site is about ...
- Clone the docker
git clone https://github.com/phucwan91/docker infra
- Run
make-init
- Start docker containers
make docker-start
- Install composer and node dependencies,
make site-install
- Initialize database with fixture
make site-data-reset
- Add the line
127.0.0.1 yoursite.localdev
to the file/etc/hosts