https://github.com/mohyware/my-personal-website
Ma Personal Website.
https://github.com/mohyware/my-personal-website
nextjs personal-website portfolio tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Ma Personal Website.
- Host: GitHub
- URL: https://github.com/mohyware/my-personal-website
- Owner: mohyware
- Created: 2025-06-09T20:35:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T06:44:24.000Z (5 months ago)
- Last Synced: 2026-01-12T16:33:11.986Z (5 months ago)
- Topics: nextjs, personal-website, portfolio, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://mohy.dev
- Size: 365 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
My Personal Website showcasing my work and experience built with nextjs + tailwind.
## Installation
1. Rename .env.example to .env and add your configurations:
2. Add the desired project URLs to utils/projectsData.json. The details will be fetched automatically, but you can override specific fields if needed.
## Usage
First, install the dependencies:
```bash
npm install
# or
pnpm install
```
Then, run the development server:
```bash
npm run dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.