https://github.com/nsvk13/nsvk13.dev
My personal site made using NextJS, TailwindCSS, Bun. I wrote this site while I was doing boring job interviews.
https://github.com/nsvk13/nsvk13.dev
List: nsvk13.dev
awesome bun nextjs portfolio react tailwindcss typescript website
Last synced: about 2 months ago
JSON representation
My personal site made using NextJS, TailwindCSS, Bun. I wrote this site while I was doing boring job interviews.
- Host: GitHub
- URL: https://github.com/nsvk13/nsvk13.dev
- Owner: nsvk13
- Created: 2025-04-28T22:34:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T14:39:52.000Z (about 2 months ago)
- Last Synced: 2025-11-23T16:18:40.204Z (about 2 months ago)
- Topics: awesome, bun, nextjs, portfolio, react, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://nsvk13.dev
- Size: 388 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nsvk13/nsvk13.dev
[nsvk13.dev](https://nsvk13.dev) my personal website with my portfolio, blog and biography.
- Made with `NextJS`, `TailwindCSS`, `TypeScript`.
- Uses `Bun`, `Vercel`.
# Local development
## Setup
- Clone the repo and install dependencies using [Bun](https://bun.sh).
```bash
git clone https://github.com/nsvk13/nsvk13.dev
bun install
```
Use `bun dev` for launc development server.
## Scripts
- `dev`: Starts the development server.
- `build`: Builds the app for production.
- `start`: Runs the built app in production mode.