37 lines
401 B
Markdown
37 lines
401 B
Markdown
# 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
|
|
```
|