This commit is contained in:
commit
75f4febcf9
45 changed files with 9206 additions and 0 deletions
37
README.md
Normal file
37
README.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue