This repo contains the code required to run the frontend website of CoderDojo Master.
The project is composed of different Docker containers.
- Frontend: in this repo there is the code for the website hosted on the official CoderdojoMaster website.
- Backend: the code for the backend server (a python app) is available at https://github.com/CoderDojoMaster/backend
- Clone this repo
- Install Docker
- Install Docker Compose
- Download the images required to run the project
docker-compose pull
- Download the frontend dependencies
docker-compose run frontend npm install
- Run the project
docker-compose up