Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 478 Bytes

File metadata and controls

13 lines (8 loc) · 478 Bytes

Snippets repository

This repository contains code snippets and notes related to software development. It serves as a reference for various programming languages, frameworks, and tools. The snippets are organized into categories and published as github pages for easy access.

Local Development

To run pages with docker, use the following command:

docker compose up -d --force-recreate --build

open http://localhost:4000 in your browser to view the pages.