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

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.

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.