https://github.com/gvozdenkov/portfolio-landing
Developer portfolio landing
https://github.com/gvozdenkov/portfolio-landing
nextjs react responsive-design ssg
Last synced: 29 days ago
JSON representation
Developer portfolio landing
- Host: GitHub
- URL: https://github.com/gvozdenkov/portfolio-landing
- Owner: gvozdenkov
- Created: 2024-09-11T11:46:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:08:50.000Z (over 1 year ago)
- Last Synced: 2025-01-05T12:42:31.482Z (over 1 year ago)
- Topics: nextjs, react, responsive-design, ssg
- Language: TypeScript
- Homepage: https://gvozdenkov.github.io/portfolio-landing/
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Portfolio Landing
NextJS SSG landing page. [Preview on GitHub Pages](https://gvozdenkov.github.io/portfolio-landing/).
[Design in Figma](https://www.figma.com/design/UzByPhTtTlQq5gLqxQsZ0R/Developer-Portfolio-Design?node-id=0-1&t=oAlmUD2ZXOGVuRix-1)


## About
- Responsive design
- SSG site
- Autodeploy to `GitHub Pages` when push to `main` branch
- Control content via config file
## Development
```shell
git clone git@github.com:gvozdenkov/portfolio-landing.git
# use node 20+
npm ci
npm run dev
```