Skip to content

praneelp28/research.cloudflare.com

 
 

Repository files navigation

research.cloudflare.com

Source code for the website https://research.cloudflare.com

Built with Eleventy https://www.11ty.dev/

uses Node 24.11 for building only, not a runtime dependency


Install build dependencies:

nvm install 24.11
npm install

Work locally (with source file watching and browser refresh):

npm start

Build locally (and better simulate what Cloudflare Pages will produce):

(you'll need cloudflared and ImageMagick installed for some of the build tasks)

npm run build

Format code

Getting linting errors in CI? Install Prettier locally and run:

npm run prettier

Markdown references


Copyright © 2025 Cloudflare  

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nunjucks 51.7%
  • JavaScript 24.9%
  • CSS 20.6%
  • Shell 2.8%