- Uses Next.js Typescript with App Router
- Uses Tailwind CSS
- Uses husky for easy git hooks. Runs a tsc and lint-staged pre-commit.
- If you need to bypass this for a WIP PR etc, run
git commit =m "your message" --no-verify
, or-n
for short.
- If you need to bypass this for a WIP PR etc, run
Create a new repo by hitting use this template
We use npm
as the package manager.