A modern, responsive portfolio website built with Next.js and TypeScript.
- 🌐 Internationalization support
- 🎨 Modern UI design
- 📱 Fully responsive
- 🚀 SEO optimized
- Next.js 14
- TypeScript
- Tailwind CSS
- i18n for translations
- Open Graph image generation
- Node.js (v18 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/Snowdenstyll/portfolio.git
2. Install dependencies:
```bash
npm install
# or
yarn install
npm run dev
# or
yarn dev
### License
Distributed under the CC BY-NC 4.0 License.
- Commercial usage is not allowed.
- Attribution is required.
### Special Thanks
This project is based on [Magic Portfolio](https://github.com/once-ui-system/magic-portfolio).
Thanks Lorant Toth, Zsofia Komaromi and François Hernandez for your hard work.