https://github.com/noamfav/resume
A fully interactive personal website with project demos, language knowledge and a fully interactive blog. (under construction)
https://github.com/noamfav/resume
blog cv docker docker-compose mysql personal-website react resume resume-website rust typescript vite
Last synced: 3 months ago
JSON representation
A fully interactive personal website with project demos, language knowledge and a fully interactive blog. (under construction)
- Host: GitHub
- URL: https://github.com/noamfav/resume
- Owner: NoamFav
- Created: 2024-07-12T10:37:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T15:46:43.000Z (4 months ago)
- Last Synced: 2026-03-24T13:22:46.082Z (3 months ago)
- Topics: blog, cv, docker, docker-compose, mysql, personal-website, react, resume, resume-website, rust, typescript, vite
- Language: JavaScript
- Homepage:
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Resume

**Interactive personal resume website**
[Installation](#installation) ยท [Development](#development)
---
A fast, interactive resume built with React and Vite โ deployed as a static site.
---
## Installation
```bash
npm install
```
---
## Development
```bash
npm run dev # Start dev server
npm run build # Production build
npm run preview # Preview production build
```
---
## License
MIT โ see [LICENSE](LICENSE).
---