Skip to content

Commit

Permalink
Update contributing guide with command to start server (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleforest committed Mar 26, 2024
1 parent af5f258 commit d92b138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ coverage and (where necessary) have internationalisation support.
Administrate's demo application can be run like any Rails application:

```sh
bundle exec rails s
bin/dev
```

This will start the application defined in `spec/example_app`.
You can view the `example_app` in the browser by navigating to `/admin`
You can view the `example_app` in the browser by navigating to `/admin`.

## Repository Structure

Expand Down

0 comments on commit d92b138

Please sign in to comment.