https://github.com/pungrumpy/v2-website
😎 My personal website on 2nd version
https://github.com/pungrumpy/v2-website
nextjs nextjs15 personal-website sanity typescript
Last synced: 10 months ago
JSON representation
😎 My personal website on 2nd version
- Host: GitHub
- URL: https://github.com/pungrumpy/v2-website
- Owner: PunGrumpy
- License: mit
- Created: 2025-01-17T16:27:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:50:45.000Z (about 1 year ago)
- Last Synced: 2025-04-03T03:13:55.836Z (11 months ago)
- Topics: nextjs, nextjs15, personal-website, sanity, typescript
- Language: TypeScript
- Homepage: https://v2.pungrumpy.com
- Size: 27.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Welcome to the Digital Nexus
Step into my corner of the digital frontier at [https://www.pungrumpy.com](https://www.pungrumpy.com).
> [!NOTE]
> While the source code of this digital sanctuary remains private, consider this repository your blueprint for innovation. Feel free to explore, learn, and create your own digital realms. Need guidance? Open an issue or reach out through the digital ether.
---
Welcome to the repository of my personal website. This project contain the code for my personal website, which is built with Next.js, TailwindCSS, shadcn/ui, and Framer Motion.
## ✨ Features
- ⚡️ Next.js 14 with App Router
- 🎨 Tailwind CSS for styling
- 🎉 shadcn/ui for UI components
- 🎬 Framer Motion for animations
- 🍦 Spline for 3D design and animations
- 📦 TypeScript
- 📱 Responsive design
- 🌗 Light / Dark mode
- 💼 SEO friendly
- 💄 Prettier - code formatting
- 🚨 ESLint - linting
- 📝 Sanity - headless CMS
- 🍞 Bun - Package manager
## 🔨 Requirements
- Node, recommended `>=22.4.1` with [corepack](https://nodejs.org/api/corepack.html) enabled
- [bun](https://bun.sh/), recommended `>=1.x`
- [Visual Studio Code](https://code.visualstudio.com/) with [recommended extensions](.vscode/extensions.json)
- Optionally [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
## 🚀 Getting Started
First, clone the repository:
```bash
git clone git@github.com:PunGrumpy/pungrumpy-website.git
```
Then, install the dependencies:
```bash
bun install
```
Finally, start the development server:
```bash
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.