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.
- Host: GitHub
- URL: https://github.com/balajmarius/balajmarius.com
- Owner: balajmarius
- Created: 2025-06-20T08:23:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T12:07:49.000Z (5 months ago)
- Last Synced: 2026-01-18T18:41:59.456Z (5 months ago)
- Topics: nextjs, tailwindcss-v4
- Language: TypeScript
- Homepage: https://balajmarius.com/
- Size: 43.1 MB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```