"First, thanks for considering to contribute to my project. It really means a lot!" - @andrasbacsai
You can ask for guidance anytime on our
Discord server in the #contribution
channel.
- You need to have Docker Engine (or equivalent) installed on your system.
- For better DX, install Spin.
- Copy .env.development.example to .env.
- Run
spin up
- You can notice that errors will be thrown. Don't worry.- If you see weird permission errors, especially on Mac, run
sudo spin up
instead.
- If you see weird permission errors, especially on Mac, run
You can login your Coolify instance at localhost:8000
with [email protected]
and password
.
Your horizon (Laravel scheduler): localhost:8000/horizon
- Only reachable if you logged in with root user.
Mails are caught by Mailpit: localhost:8025
Check out the docs here.