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

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.

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.