Skip to content

Commit

Permalink
docs/development/backend: Document lint, format, and test
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Sep 5, 2023
1 parent b2dda1c commit 2369706
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/development/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,25 @@ Once built, it can be run in development mode (insecure / don't use in productio
```bash
make run-backend
```

## Lint

To lint the backend/ code.

```bash
make backend-lint
```

## Format

To format the backend code.

```bash
make backend-format
```

## Test

```bash
make backend-test
```

0 comments on commit 2369706

Please sign in to comment.