Skip to content

Latest commit

 

History

History

DFCI-GPT4DFCI

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 .