Skip to content

rifont/rifont.com

Repository files navigation

Blog

This project powers rifont.com, built on Next.js and deployed to the cloud via Vercel.

How to run

First, install bun npm i -g bun.

Development

bun run dev

Building

bun run build

Deployment

This project uses Vercel for deployment. Pushing to main triggers a new deployment.

Stack

Tools

  • Next.js
  • Contentlayer
  • Tailwind
  • Vercel Analytics
  • Typescript
  • Eslint

Blog Posts

All blog posts are written in MDX and located in content/blog

Acknowledgements

Extended from using shadcn's excellent starter blog template and inspired by leerob's blog.