Skip to content

Commit

Permalink
New development section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jun 20, 2024
1 parent cde40f6 commit cf99a96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ npm install

Go to /admin and log in with your superuser account.

## Developing with the example project

Run the frontend project in build:watch mode:

```bash
cd frontend
npm run build:watch
```

Then follow the instructions in the [example README](example/README.md).

## Contributing

If you wish to contribute to this project, please first discuss the change you wish to make via an [issue](https://github.com/vintasoftware/django-react-boilerplate/issues).
Expand Down

0 comments on commit cf99a96

Please sign in to comment.