portfolio/README.md
Tobias Brummer 75f4febcf9
Some checks failed
Docker / build (push) Failing after 5s
Initial Commit
2025-05-18 23:51:19 +02:00

401 B

Personal Website

Portfolio

Build

Voraussetzungen:

- NodeJS: https://nodejs.org/en/download/current/
- NPM: in NodeJS enthalten

Download des Repository:

- git clone https://git.lycaknight.de/lycaknight/portfolio.git

Installation der benötigten Module:

cd portfolio
npm install

Start Development Server:

npm run dev

Build Package:

npm run build