Skip to content

ctrlblk/ctrlblk-web

Repository files navigation

CtrlBlk Web

This is the code behind ctrblk.com, the homepage for CtrlBlk.

Build CtrlBlk Web

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.

Cloudflare

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

About

Acknowledgements

CtrlBlk Web makes use of the following open source projects:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published