This is my personal GitHub page, built with Vite and React.
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/cassmtnr/cassmtnr.github.io.git
- Install the dependencies:
yarn
- Start the development server:
yarn dev
- Open your browser and navigate to
http://localhost:3000
.
To deploy the app, run the following command:
yarn deploy
This will build the app and deploy it to the dist
folder.
This project is licensed under the MIT License.