This is a base repository for setting up local https://placeholder.app development. It includes the baseplate for setting up a docker environment, as well as the frontend and backend repositories.
Clone this repository locally.
git clone https://github.com/placeholder-app/local-deployment
The two submodules included need to be initialized and pulled.
cd local-deployment
git submodule init --recursive
git submodule update --recursive
You must have docker-cli or Docker Desktop installed.
docker compose up
This should install and deploy the frontend and backend containers. Once running, you can visit them at:
- Docker or Docker Desktop
- Git