Skip to content

Chia1104/wayi-dashboard

Repository files navigation

Wayi Dashboard

Get Started

Generate the .env file and add Firebase credentials.

$ cp .env.example .env

Install dependencies and enable Husky.

$ pnpm install
$ pnpm husky install

Running the app

$ pnpm dev