Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saphyel/hogarcito
- Owner: Saphyel
- Created: 2023-04-05T20:34:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-22T22:25:42.000Z (9 months ago)
- Last Synced: 2024-02-22T23:30:06.877Z (9 months ago)
- Topics: linux, mkdocs, windows
- Language: Dockerfile
- Homepage: https://hogarcito.pages.dev/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```