https://github.com/baudom/portfolio
Portfolio website build with Next.js and Tailwind CSS
https://github.com/baudom/portfolio
nextjs react seo simple-icons tabler-icons tailwindcss
Last synced: about 1 month ago
JSON representation
Portfolio website build with Next.js and Tailwind CSS
- Host: GitHub
- URL: https://github.com/baudom/portfolio
- Owner: baudom
- Created: 2025-03-29T16:41:11.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-05-07T06:21:36.000Z (about 2 months ago)
- Last Synced: 2026-05-07T07:09:49.495Z (about 2 months ago)
- Topics: nextjs, react, seo, simple-icons, tabler-icons, tailwindcss
- Language: TypeScript
- Homepage: https://www.baudom.de?utm_source=github&utm_medium=website&utm_campaign=advertise
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Intention
Small portfolio website to present my experiences, skills and projects
## Development
### Install
```shell
yarn install
```
### Run
```shell
yarn dev
```
### Build
```shell
yarn build
```