Skip to content

mingsonleung/react-portfolio-site

Repository files navigation

Mingson Leung's Portfolio Website

This is Mingson Leung's portfolio website, built with Vite, React, and styled using Tailwind CSS. The website is deployed and hosted on Netlify.

Table of Contents

🚀 Installation

Prerequisites

  • Node.js >=14.x
  • npm >=6.x (or yarn)

Steps

  1. Clone the repository

    git clone https://github.com/yourusername/your-repo-name.git
  2. Navigate to the directory

    cd your-repo-name
  3. Install dependencies

    With npm:

    npm install

    Or with yarn:

    yarn

🎮 Usage

Development

Run the development server on localhost:3000 by running:

npm run dev
# or
yarn dev

Production

Build the production-ready application:

npm run build
# or
yarn build

Serve Production Build Locally

After building the project, you can serve it locally using:

npm run serve
# or
yarn serve

📝 License

This project is licensed under the MIT License.

About

Former Personal Portfolio Website - React.js, Tailwind CSS

Topics

Resources

Stars

Watchers

Forks