File tree Expand file tree Collapse file tree 1 file changed +7
-26
lines changed
Expand file tree Collapse file tree 1 file changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -26,32 +26,13 @@ Description of the app
2626
2727## Development
2828
29- To install with dev dependencies:
30-
31- ```
32- make install
33- ```
34-
35- To run unit tests:
36-
37- ```
38- make test
39- ```
40-
41- To lint the repo:
42-
43- ```
44- make lint
45- ```
46-
47- To run the app:
48-
49- ```
50- pipenv run app --help
51- ```
29+ - To install with dev dependencies: ` make install `
30+ - To update dependencies: ` make update `
31+ - To run unit tests: ` make test `
32+ - To lint the repo: ` make lint `
33+ - To run the app: ` pipenv run app --help `
5234
5335## Required ENV
5436
55- ` SENTRY_DSN ` = If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
56-
57- ` WORKSPACE ` = Set to ` dev ` for local development, this will be set to ` stage ` and ` prod ` in those environments by Terraform.
37+ - ` SENTRY_DSN ` = If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
38+ - ` WORKSPACE ` = Set to ` dev ` for local development, this will be set to ` stage ` and ` prod ` in those environments by Terraform.
You can’t perform that action at this time.
0 commit comments