Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 967 Bytes

README.md

File metadata and controls

58 lines (39 loc) · 967 Bytes

GPT4DFCI Front-end Code

Stack

Development setup

To install dependencies:

yarn

To run dev server:

yarn dev

Testing

To run tests:

yarn playwright test

Type Checking

To run type checks:

yarn tsc

Linting and Formatting

To run linter:

yarn lint

To run formatter:

yarn prettier --write .