Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 415 Bytes

Correct horse battery

Beat developers at their own game!

Tech stack

This project runs on Docker, VueJS and AMPHP.

Development

  • Run composer install to install backend dependencies.
  • Run npm install to install the client-side dependencies.
  • Run docker-compose up and open localhost:8081.

Production build

npm run build Docker instructions to be determined later.