Skip to content

Commit

Permalink
docs: add about go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jun 8, 2024
1 parent 82e5ec7 commit 97dfe2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- and run dev commands like `task test` for running unit tests
- or see them inside [Taskfile](Taskfile.yml) for manual copy pasting to shell
- `task --list-all` to list available commands
- If you update any dependencies, make sure to rerun `go mod vendor` to sync their vendoring

If you wish making changes to mkdocs:

Expand All @@ -58,8 +59,8 @@ If you wish making changes to mkdocs:
Note for deployment

- The project depends on having two private URL from Discovery API for its running. Provided by Alex.
- Development is possible without them as with env var you can mock data receved from them.
- by default DEV_ENV_MOCK_API=true for convinience of easier getting started
- Development is possible without them as with env var you can mock data receved from them.
- by default DEV_ENV_MOCK_API=true for convinience of easier getting started

# Architecture

Expand Down

0 comments on commit 97dfe2e

Please sign in to comment.