Files
dertyp7.github.io/README.md
2023-09-27 14:43:19 +02:00

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
```