
Studio 206 - Frontend Template
- 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.
How to use
Create a new repo by hitting use this template
Guidelines
We use npm
as the package manager.