Skip to content

Style Guide

Sam Liu edited this page Mar 3, 2021 · 2 revisions

Linting

Linting is supported by Prettier. Files should automatically be formatted if Prettier is the default linter. Otherwise, running yarn format in the root directory cu-apts/ will format the files.

Styling

As of #30, the frontend is styled using a mix of React Bootstrap and Material-UI. But eventually, all styling will be migrated to use Material-UI only.

Code Quality

See https://dev.cornelldti.org/docs/guide-code-quality.

Clone this wiki locally