Skip to content

Commit

Permalink
docs: Add development instructions to DEVELOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-grabtaxi committed Dec 27, 2024
1 parent a581dac commit cd70c0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
npm i
```

## How to develop

```bash
npm start
```

## How to test locally

```bash
Expand Down

0 comments on commit cd70c0d

Please sign in to comment.