https://github.com/meyer1994/pfolio
My own website
https://github.com/meyer1994/pfolio
tailwindcss vite
Last synced: 19 days ago
JSON representation
My own website
- Host: GitHub
- URL: https://github.com/meyer1994/pfolio
- Owner: meyer1994
- Created: 2023-04-23T18:32:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T23:23:50.000Z (12 months ago)
- Last Synced: 2025-06-06T00:28:26.033Z (12 months ago)
- Topics: tailwindcss, vite
- Language: HTML
- Homepage: https://jmeyer.dev
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pfolio
Simple static website that serves as my portfolio/personal website. You can
access it on https://jmeyer.dev
## Development
This project uses Vite and Tailwind.
```
npm install
npm run dev
```