Beat developers at their own game!
This project runs on Docker, VueJS and AMPHP.
- Run
composer install
to install backend dependencies. - Run
npm install
to install the client-side dependencies. - Run
docker-compose up
and open localhost:8081.
npm run build
Docker instructions to be determined later.