GabrielBrotas / Learning-Journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning-Journey

gh-pages

This project contains a collection of notes, code snippets, and other resources that I've found useful while diving into Cloud, Architecture, DevOps, Backend tools, and more.

The documentation is organized in a mkdocs site and published using github pages. To view it, simply navigate to the github-page.

Local Development

With Docker

docker-compose up -d --build

Navigate to localhost:8000.

Changes in your workspace will automatically be reflected in your local browser.

With Python

# Install dependencies
pip install -r requirements.txt

# Start the live-reloading docs server
mkdocs server

About


Languages

Language:Dockerfile 100.0%