Frzyc's portfolio website

This is my personal portfolio website built with Vite, MUI (Material-UI), and TypeScript.

Getting Started

Prerequisites

Make sure you have Node.js and yarn installed on your machine.

Available Scripts

After installing using yarn,

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

To build the app using Vite.

yarn preview

To preview the website (Will open a new browser window).

yarn deplpy

To deploy the site using github-pages.

yarn pretty

To run prettier and make the code... prettier, and to maintain consistency.