Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.47 KB

File metadata and controls

36 lines (23 loc) · 1.47 KB

Hacker Camp

CircleCI Renovate CodeFactor CodeScene Code Health CodeScene System Mastery

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.

Development

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.cz

To run Donut locally:

op run --env-file=.env --no-masking -- yarn start:donut.hackercamp.cz

Infrastructure

Infrastructure is provisioned with Pulumi