This is a repository with https://www.hackercamp.cz/ website and https://donut.hackercamp.cz/ companion application for registered hackers.
Hacker Camp Donut is an application that requires Slack integration for user Sign In and other functionality.
Secrets are stored in 1password vault. Ask @rarous for access to the vault.
When you run something, use 1password CLI to get secrets.
For example, to run website locally, you have to use:
op run --env-file=.env --no-masking -- yarn start:www.hackercamp.czTo run Donut locally:
op run --env-file=.env --no-masking -- yarn start:donut.hackercamp.czInfrastructure is provisioned with Pulumi