Beenice is an app to give and receive positive messages from strangers who you can connect with if both parties consent.
The whole application is dockerised, therefore you only need to run a few commands that are already prepared for you in the Makefile
.
This will build the frontend's Docker images.
make build
This will build the frontend's Docker containers and/or start them.
make up
This will create all the Supabase containers and/or start them.
make db-up