mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 12:52:08 +01:00
24 lines
342 B
Markdown
24 lines
342 B
Markdown
# dertyp7.github.io (Portfolio)
|
|
|
|
Project for my portfolio website.
|
|
|
|
Project was created with:
|
|
|
|
- [Vite@4.4.1](https://vitejs.dev/)
|
|
- [NodeJS@18.17.1](https://nodejs.org/)
|
|
- [ReactJS@18.2.0](https://react.dev/)
|
|
|
|
## Project setup
|
|
|
|
1. Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
2. Start dev server
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|