A Helping Hand For
Your Next.js Journey
🐶 Husky and 📝 Commitlint
They ensure an efficient and consistent commit process.
These are especially useful in CI/CD environments, as Husky's hooks ensure that only commits and pushes of code that meet predefined rules are made.
📦 @next/bundle-analyzer
Facilitates package analysis to optimize your imports and bundle sizes.
🎨 Storybook
Ideal for visual development, testing, and showcasing your components.
✅ Vitest
A tool for Unit tests that ensure individual functionalities of your application work correctly.
💅 ESlint and ✨ Prettier
They keep your code clean and well-formatted. 🔄 Linting and formatting during commits too, it help to maintain the quality and consistency of the code.
🔐 @t3-oss/env-core
Provides secure and efficient management of environment variables.
🎭 Playwright
End-to-End tests to ensure that the vitals features works as expected.
🤩 Want more?
Don't hold back! This project could use your unique insights. Dare to be one of the first contributors by submitting a pull request. Your involvement is eagerly awaited!