- install make
- install docker
- run make commands
make env
make up
make folders
make install
make migrate
make front # build front
make vite # run dev
make node # node container for installing new npm packages
make php # php container for installing new composer packages
make clear # clear cache
- open http://localhost/
- open http://localhost/my, waiting autologin with test user
- for building new front you need run next commands
make bash # open container terminal inside docker
npm run build
or
make front
- clearing cache
make clear