Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saphyel/hogarcito

Pagina estatica sobre Linux y Windows
https://github.com/saphyel/hogarcito

linux mkdocs windows

Last synced: 3 days ago
JSON representation

Pagina estatica sobre Linux y Windows

Awesome Lists containing this project

README

        

## Hogarcito

### Start the project
Execute

```commandline
docker build -t hogarcito .
docker run --rm -it -p 8000:8000 -v ${PWD}:/app hogarcito mkdocs serve
```

### Run the project in windows

```commandline
docker run --rm --env-file .env -v ${PWD}:/app hogarcito pdm run console downvote
docker run --rm --env-file .env -v %cd%:/app hogarcito pdm run console downvote
```