HackerCamp is non-profit organisation that organises HackerCamp event
  • JavaScript 54.7%
  • Nunjucks 24.1%
  • CSS 7.1%
  • HTML 7%
  • TypeScript 6%
  • Other 1.1%
Find a file
2026-03-27 01:13:59 +00:00
.circleci Update cimg/base Docker tag to v2026.03 2026-03-22 08:26:12 +01:00
.github Create FUNDING.yml 2025-07-12 18:58:11 +02:00
.idea Update project name and icon 2025-08-22 08:38:14 +02:00
.yarn/releases Update Yarn to v4.13.0 2026-03-22 08:35:17 +01:00
api.hackercamp.cz Update aws-sdk-js-v3 monorepo to v3.1017.0 2026-03-26 01:52:09 +00:00
communication Formatting 2025-09-17 10:29:53 +02:00
donut.hackercamp.cz Update dependency wrangler to v4.77.0 2026-03-25 18:37:17 +01:00
hackercamp Update dependency org.clojure/data.json to v2.5.2 2026-01-22 20:36:07 +00:00
infrastructure Update dependency @pulumi/awsx to v3.3.1 2026-03-26 22:13:26 +00:00
lib Update Yarn to v4.13.0 2026-03-22 08:35:17 +01:00
scripts Feedback result script 2025-09-17 10:56:32 +02:00
www.hackercamp.cz Update dependency wrangler to v4.77.0 2026-03-25 18:37:17 +01:00
.editorconfig Editor config 2022-03-28 12:58:50 +02:00
.env Use table names without prefixes, correct 1pwd vault name 2024-02-05 14:27:26 +01:00
.gitignore Blendid 9.0 2024-11-18 14:26:39 +01:00
.nvmrc Update Node.js to 24.14 2026-03-22 08:23:47 +01:00
.yarnrc.yml Update Yarn to v4.13.0 2026-03-22 08:35:17 +01:00
dprint.json Improved invoice error handling 2025-05-21 06:55:03 +02:00
LICENSE Change LICENSE to EUPL v1.2 2024-07-03 07:28:49 +02:00
package.json Update dependency dprint to v0.53.1 2026-03-27 01:13:59 +00:00
README.md Readme tidy up 2025-08-26 05:39:00 +02:00
renovate.json Migrate config renovate.json 2025-03-24 15:06:15 +01:00
yarn.lock Update dependency dprint to v0.53.1 2026-03-27 01:13:59 +00:00

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