Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 350 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 350 Bytes

fight.me-frontend

This is a NextJS/React/Typescript/Tailwind project bootstrapped with create-t3-app.

Quickstart

Setup

    pnpm i

Dev build

    pnpm dev

Prod build

    pnpm build && pnpm start

Unit tests

    pnpm test

Storybook

    pnpm run storybook