Krets is a useful tool for getting feedback. The idea is that giving feedback should be as simple as possible. Ideally, completely frictionless.
In addition, a .env
-file must be created at the root of the project. It must contain:
AUTH0_DOMAIN=<YOUR_VARIABLE_HERE>
AUTH0_CLIENT_ID=<YOUR_VARIABLE_HERE>
AUTH0_CLIENT_SECRET=<YOUR_VARIABLE_HERE>
REDIRECT_URI=<YOUR_VARIABLE_HERE>
POST_LOGOUT_REDIRECT_URI=<YOUR_VARIABLE_HERE>
SESSION_COOKIE_SECRET=<YOUR_VARIABLE_HERE>
PGHOST=<YOUR_VARIABLE_HERE> # db if using devcontainers
PGUSER=<YOUR_VARIABLE_HERE> # user if using devcontainers
PGPASSWORD=<YOUR_VARIABLE_HERE> # pass if using devcontainers
PGDATABASE=<YOUR_VARIABLE_HERE> # data if using devcontainers
CONTACT_EMAIL=<YOUR_VARIABLE_HERE>
docker-compose up --build -d