This is the code behind ctrblk.com, the homepage for CtrlBlk.
Prerequisites:
To run CtrlBlk Web locally:
$ git clone https://github.com/ctrlblk/ctrlblck-web.git
$ cd ctrblk
$ npm install
$ npm run dev
To build the page in order to host it somewhere:
$ git clone https://github.com/ctrlblk/ctrlblck-web.git
$ cd ctrblk
$ npm install
$ npm run build
$ ls .svelte-kit/output
Output is placed under .svelte-kit.
CtrlBlk Web is designed to be hosted on cloudflare pages. Follow the guide below to deploy it to cloudflare pages:
Deploy via the Cloudflare dashboard
CtrlBlk Web makes use of the following open source projects:
- nodejs
- npm
- Various others, see package.json