This is Mingson Leung's portfolio website, built with Vite, React, and styled using Tailwind CSS. The website is deployed and hosted on Netlify.
- Node.js >=14.x
- npm >=6.x (or yarn)
-
Clone the repository
git clone https://github.com/yourusername/your-repo-name.git
-
Navigate to the directory
cd your-repo-name
-
Install dependencies
With npm:
npm install
Or with yarn:
yarn
Run the development server on localhost:3000 by running:
npm run dev
# or
yarn dev
Build the production-ready application:
npm run build
# or
yarn build
After building the project, you can serve it locally using:
npm run serve
# or
yarn serve
This project is licensed under the MIT License.