Skip to content

open-austin/ids-frontend-v2

Repository files navigation

The Texas Defense Data Website

Dev workflow

Formatting files

There are two options:

  1. You can either install the Prettier extension in VS Code (or your editor of choice).
  2. You can run npm run format from the command line.

Contributing

Linting

Two options:

  1. Install and use the ESLint extension.
  2. Run npm run lint from the command line.