Initial commit

This commit is contained in:
sefaria
2026-05-02 12:23:55 +02:00
commit a1fbe4f1cf
25 changed files with 1555 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Website of Lars Winter
This is the portfolio website and blog of Lars Winter.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Structure](#structure)
## Installation
```bash
git clone <repo>
cd project
npm install # if applicable
```
## Usage
Quick start example.
## Structure