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