Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 353 Bytes

Description

Personal website, blog, and logbook. Sharing my thoughts, ideas, and projects.

Dependencies

  • Docker

Building and running

docker compose up -d --build
# go to http://localhost

Development

docker compose -f .devcontainer/compose.yml up -d --build
docker compose -f ./devcontainer/compose.yml exec sh