Websites sources
https://hckr.studio/
- Nunjucks 37.3%
- JavaScript 28.7%
- HTML 20%
- CSS 14%
| .circleci | ||
| .yarn/releases | ||
| hckr.party | ||
| hckr.space | ||
| hckr.studio | ||
| hckr.tv | ||
| infrastructure | ||
| workers | ||
| .editorconfig | ||
| .gitignore | ||
| .nvmrc | ||
| .yarnrc.yml | ||
| biome.json | ||
| LICENSE.txt | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| yarn.lock | ||
hckr_ websites
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.