401 B
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