https://github.com/benja/portfolio
My personal portfolio built on Next.js and TypeScript.
https://github.com/benja/portfolio
Last synced: 10 days ago
JSON representation
My personal portfolio built on Next.js and TypeScript.
- Host: GitHub
- URL: https://github.com/benja/portfolio
- Owner: benja
- Created: 2020-08-09T20:55:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T20:11:06.000Z (over 4 years ago)
- Last Synced: 2025-04-14T13:21:48.090Z (10 days ago)
- Language: TypeScript
- Homepage: https://portfolio.benja.vercel.app
- Size: 587 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
This project contains the codebase for my portfolio hosted on https://benjaminakar.com/.
## Development
Install all dependencies with `yarn` and run the development server with `yarn dev`.
The project should be running on `localhost:3000`.
## License
[MIT](https://choosealicense.com/licenses/mit/)