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

https://github.com/balajmarius/balajmarius.com

Personal website and blog built with Next.js.
https://github.com/balajmarius/balajmarius.com

nextjs tailwindcss-v4

Last synced: 5 months ago
JSON representation

Personal website and blog built with Next.js.

Awesome Lists containing this project

README

          

# balajmarius.com

Personal website and blog built with Next.js.

## Commands

Install dependencies:

```bash
npm install
```

Run development server:

```bash
npm run dev
```

Build for production:

```bash
npm run build
```

Start production server:

```bash
npm start
```