Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 804 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 804 Bytes

CrashPay

Boiler Plate for Next.js + Tailwind CSS + ShadCN UI + Firebase

Getting Started

> pnpm install
> pnpm upgrade occassionally

pnpm is recommended

pnpm install creates a .env.local file and installs the simple git hooks

Create a firebase project and add the firebase cofig to the .env.local file to below variables

NEXT_PUBLIC_FIRE_APIKEY="example" NEXT_PUBLIC_FIRE_AUTHDOMAIN="example" NEXT_PUBLIC_FIRE_PROJECTID="example" NEXT_PUBLIC_FIRE_STORAGEBUCKET="example" NEXT_PUBLIC_FIRE_MESSAGINGSENDERID="example" NEXT_PUBLIC_FIRE_APPID="example" NEXT_PUBLIC_FIRE_MEASUREMENTID="example"

Features -->

  • Next.js
  • Tailwind CSS
  • ShadCN UI
  • Firebase
  • ESLint
  • Prettier
  • Simple-git-hooks
  • lint-staged
  • ChangeLog Git Workflow