Commands For Server

Build

Build project:

yarn build

Start

Command to Execute:

yarn start

Instructions that can be executed immediately and watch the results immediately:

yarn start:dev

Lint

Check scripts, styles, and markdown for errors:

yarn lint

Deploy

Deploy project:

yarn deploy

CI

Code Style Verification (code commitment only when passing CI):

yarn CI