- Docker with compose plugin
If you are using Windows :
To setup your local env project (Only the first time)
# Clone your project
# ⚠️ On Windows make sure you are cloning it from your WSL environnement
git clone [email protected]:CartONG/plateforme-urbaine-cameroun.git puc && cd puc
# Build and pull your docker images 🐋 & setup your hosts local domains
make init
Once done, just run
make dev
Happy coding ! 🚀