Websites sources https://hckr.studio/
  • Nunjucks 37.3%
  • JavaScript 28.7%
  • HTML 20%
  • CSS 14%
Find a file
2026-03-27 06:10:46 +01:00
.circleci Update dependency slack to v6.1.3 2026-02-18 02:11:55 +00:00
.yarn/releases Update Yarn to v4.13.0 2026-03-20 01:34:00 +00:00
hckr.party Update dependency @hckr_/blendid to v9.6.10 2026-03-27 01:22:25 +00:00
hckr.space Update dependency @hckr_/blendid to v9.6.10 2026-03-27 01:22:25 +00:00
hckr.studio Update dependency @hckr_/blendid to v9.6.10 2026-03-27 01:22:25 +00:00
hckr.tv Update dependency @hckr_/blendid to v9.6.10 2026-03-27 01:22:25 +00:00
infrastructure Update dependency @pulumi/pulumi to v3.228.0 2026-03-27 06:10:34 +01:00
workers Update dependency vitest to v4.1.2 2026-03-27 06:10:46 +01:00
.editorconfig Initial website commit 2023-09-29 16:22:07 +02:00
.gitignore Ignore Idea files 2024-03-08 10:49:49 +01:00
.nvmrc Update Node.js to 24.14 2026-02-24 23:05:31 +00:00
.yarnrc.yml Update Yarn to v4.13.0 2026-03-20 01:34:00 +00:00
biome.json Reformat with biome 2025-01-24 09:31:44 +01:00
LICENSE.txt Changed license to EUPL 2024-11-25 08:19:49 +01:00
package.json Update dependency @biomejs/biome to v2.4.9 2026-03-26 20:52:19 +01:00
README.md Bumped deps 2025-10-15 14:40:37 +02:00
renovate.json Update renovate.json 2025-03-24 15:10:14 +01:00
yarn.lock Update dependency vitest to v4.1.2 2026-03-27 06:10:46 +01:00

hckr_ websites

CircleCI

Monorepo for websites

Development

You'll need Node.js to develop and build websites. We are using yarn for workspace management and automation.

cd hckr.studio
yarn start

Build

Websites are built with Blendid static website builder.

cd hckr.studio
yarn build

Build results are in .blendid/public/hckr.studio.

Deploy

Websites are hosted on Cloudflare Pages. Infrastructure is managed with Pulumi. Deployment pipeline runs on CircleCI.