Personal Website: https://lycaknight.de
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| vite.config.js | ||
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