Skip to main content
Version: 1.0

CLI Commands

This project contains the CLI commands that we be useful in your development of this project.

Installing Dependencies

yarn

Running Application

Local Development

yarn dev # next dev
yarn start # next start

Build

yarn build # builds the next.js app

Storybook

yarn storyboook # runs storybook app
yarn build-storybook # builds storybook app

Formatting/Linting

yarn format # format all files using prettier (RECOMMENDED)
yarn lint # lint all files and fix lint errors

Tests

End-To-End (E2E) Tests

yarn cy:open # runs cypress