Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 874 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 874 Bytes

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.