A responsive and accessible portfolio website for myself (Richard Tang).
- TypeScript
- React
- Vite
- Tailwind CSS
- Node.js
- npm
-
Clone the repository: Clone this repository to your local machine.
git clone https://github.com/runial/portfolio
-
Navigate to the project directory:
cd path/to/your-project-directory
Make sure to replace the placeholder with the desired project directory.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
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
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