Add scaffold of first assignment

This commit is contained in:
2025-09-24 12:25:05 +02:00
parent d60747e44a
commit 9665550002
27 changed files with 1359 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Requirements
- current node version (18+)
- npm (6+)
# Installation
```bash
npm install
```
# Commands
## Run
```bash
npm run dev
```
## Format Code
(Since it's `uglier`, will make it uglier)
```bash
npm run format
```