feat: make use of vendoring
This commit is contained in:
@ -14,3 +14,12 @@ Knowledge Management System over markdown notes.
|
||||
- Rendering the notes in a printable-friendly format, taking advantage of HTML/CSS styling
|
||||
- Providing an interface to aggregate the content of those notes for quickly retrieving bits of information through searching and filtering
|
||||
- Providing an interface to cross-reference those notes through a tagging system, in the same fashion as a blog or a wiki
|
||||
|
||||
## Development
|
||||
|
||||
Vendoring is supported for offline builds.
|
||||
|
||||
Common commands:
|
||||
- `make vendor` to populate `vendor/`
|
||||
- `make build` to build using vendored deps
|
||||
- `make test` to run tests using vendored deps
|
||||
|
||||
Reference in New Issue
Block a user