/blog

personal blog

Primary LanguageTypeScript

Personal Blog

Features

  • ⚡️ Next.js 12
  • ⚛️ React 17
  • ✨ TypeScript
  • 💨 Tailwind CSS 3
  • 🃏 Jest — Configured for unit testing
  • 📈 Absolute Import and Path Alias — Import components using @/ prefix
  • 📏 ESLint — Find and fix problems in your code, also will auto sort your imports
  • 💖 Prettier — Format your code consistently
  • 🐶 Husky & Lint Staged — Run scripts on your staged files before they are committed
  • 🤖 Conventional Commit Lint
  • 👷 Github Actions — Lint your code on PR
  • 👀 Default Open Graph — Awesome open graph generated using og.thcl.dev, fork it and deploy!
  • 🗺 Site Map — Automatically generate sitemap.xml

Getting Started

1. Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

2. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.