Skip to content

hckr-studio/websites

Repository files navigation

hckr_ websites

CircleCI

Monorepo for websites

Development

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

cd hckr.studio
yarn start

Build

Websites are build 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.