My personal blog built with React Router v7 & Oxlint/Oxfmt & Tailwind V4. Can be found at https://raphaelbronsveld.com!
- React Router 7, Oxlint/Oxfmt for linting/formatting, Tailwind for styling
- MDX based blog posts with frontmatter / rehype
- Github actions with lint/typecheck/tests & deploy towards Cloudflare workers
- And so much more TODO's.
Install dependencies with pnpm install
Run the dev server:
pnpm run dev
Deploying to Cloudflare workers is straightforward. Set-up an access token and configure these in your repository secrets.
pnpm run deploy
