Statements | Branches README.md | Functions | Lines |
---|---|---|---|
- Typescript - project language
- React - library for UI
- Next.js - React framework
- Prettier - library for code formatting
- Eslint - library for code analysis
- Vitest - testing framework
- Next Intl - internationalization library for Next.js
- Shadcn/ui - collection of re-usable components
- Tailwind CSS - CSS framework
pnpm install
dev
- running project on localhost for developmentbuild
- build project on production serverstart
- run project on production server
check
- full code review before pushing to repositoryeslint
- code error checkingprettier
- formatting codetest
- running teststsc
- typescript error checking