An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





Gateway to PunGrumpy's digital universe - Website preview

# 🌐 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.

---


PunGrumpy's Personal Website








Next.js


TailwindCSS


shadcn/ui


Framer Motion


Sanity

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.