Skip to content

runial/portfolio

Repository files navigation

Portfolio

Overview

A responsive and accessible portfolio website for myself (Richard Tang).

Technologies Used

  • TypeScript
  • React
  • Vite
  • Tailwind CSS

Prerequisites

  • Node.js
  • npm

Getting Started

  1. Clone the repository: Clone this repository to your local machine.

    git clone https://github.com/runial/portfolio
  2. Navigate to the project directory:

    cd path/to/your-project-directory

    Make sure to replace the placeholder with the desired project directory.

  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

Building Project

To create a production-ready build of the application, run the following command:

npm run build

This will optimize all images and build the project into the /dist directory.

After building the project, you can preview the production build locally before deploying it. Run the following command:

npm run preview

Linting

This project uses Prettier to ensure styling consistency.

To check files using Prettier:

npm run prettier-check

To automatically fix files using Prettier:

npm run prettier-fix

Releases

No releases published

Packages

No packages published