mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2025-11-15 19:40:12 +00:00
update dependencies
This commit is contained in:
11
README.md
11
README.md
@@ -4,9 +4,20 @@ It is a documentation repository for the projects of [InsanusMokrassar](https://
|
||||
|
||||
## Running locally
|
||||
|
||||
### Install poetry
|
||||
|
||||
For the ease of dependencies management, this repository uses [Poetry](https://python-poetry.org), a Python project & dependencies manager.
|
||||
In case you wish to interact with these docs locally, make sure to [install](https://python-poetry.org/docs/#installation) it first.
|
||||
|
||||
### Install dependencies
|
||||
|
||||
```bash
|
||||
poetry install --no-root
|
||||
```
|
||||
|
||||
|
||||
### Build and run
|
||||
|
||||
In `Fleet` you may use [these configs](https://github.com/InsanusMokrassar/docs/blob/master/.fleet/run.json) to work with the repo.
|
||||
|
||||
To build or run it in vanilla terminal, use the following commands:
|
||||
|
||||
Reference in New Issue
Block a user