Skip to content

Commit

Permalink
Cleaning up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minond committed Oct 13, 2024
1 parent 04e8fa7 commit c345426
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ install Pipenv.

## Useful commands

- `./scripts/install`, install dependencies
- `./scripts/lint`, run code formatters and linters
- `./scripts/test`, run automated tests
- `./scripts/install`, install dependencies.
- `./scripts/lint`, run code formatters and linters.
- `./scripts/test`, run automated tests.
- `./scripts/run`, start the web server.

## Configuration
Expand All @@ -22,6 +22,6 @@ The following configuration values are managed with environment variables. For
example, run `PORT=9001 DEBUG=1 ./scripts/run` to run the application in debug
mode and listen to requests on port 9001.

- `DEBUG`, toggle debug mode
- `HOST`, the host to listen on
- `PORT`, the port to listen on
- `DEBUG`, toggle debug mode.
- `HOST`, the host to listen on.
- `PORT`, the port to listen on.

0 comments on commit c345426

Please sign in to comment.