benjaminykim / pc-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ayy lmao

general info

1. Get Started

yarn install
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.

2. Commit Message Convention

This starter is using conventional commits, it is mandatory to use it to commit changes.

3. Links

Repo Configuration

This repository is πŸ”‹ battery packed with:

  • ⚑️ Next.js 13
  • βš›οΈ React 18
  • ✨ TypeScript
  • πŸ’¨ Tailwind CSS 3 β€” Configured with CSS Variables to extend the primary color
  • πŸ’Ž Pre-built Components β€” Components that will automatically adapt with your brand color, check here for the demo
  • πŸƒ 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 β€” Make sure you & your teammates follow conventional commit
  • ⏰ Release Please β€” Generate your changelog by activating the release-please workflow
  • πŸ‘· Github Actions β€” Lint your code on PR
  • 🚘 Automatic Branch and Issue Autolink β€” Branch will be automatically created on issue assign, and auto linked on PR
  • πŸ”₯ Snippets β€” A collection of useful snippets
  • πŸ‘€ Default Open Graph β€” Awesome open graph generated using og, fork it and deploy!
  • πŸ—Ί Site Map β€” Automatically generate sitemap.xml
  • πŸ“¦ Expansion Pack β€” Easily install common libraries, additional components, and configs

See the πŸ‘‰ feature details and changelog πŸ‘ˆ for more.

You can also check all of the details and demos on my blog post:

About


Languages

Language:TypeScript 61.0%Language:CSS 30.8%Language:JavaScript 7.7%Language:Shell 0.4%