A simple website for Renter's to rate their Landlord
Make sure you have Docker Desktop Installed
Copy the .env.example in a new .env file.
Set the environment to development
Then run the following commands:
-
Pull the latest Images
docker-compose pull -
Build
docker-compose -f docker-compose.dev.yml build -
Start
docker-compose -f docker-compose.dev.yml up -d
If you are trying to submit a review locally, you need to edit your hosts file to allow Captcha to work. Follow These guides:
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.