Skip to content

My personal website built using React, Typescript, and TailwindCSS

Notifications You must be signed in to change notification settings

Andros415/personal-website

Repository files navigation

Top Banner

Project Overview

This repo contains my very own personal website ✨ as a way to showcase a bit of what I do day-to-day, what I'm delving into, and about me in general 😊.

Project Dependencies

Core Libraries:

  • React
  • React Router DOM
  • TailwindCSS
  • HeadlessUI
  • Typist
  • TypeScript
  • Vite

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode using Vite.
Open http://localhost:4000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder using Vite (configured in config file).
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run preview

Previews the production build using Vite.
Open http://localhost:8000 to view it in your browser.

npm run predeploy

Builds the app for production to the build folder and ready to deploy to GitHub Pages.

npm run deploy-live

Copies over build folder to live-version branch and deploys latest project version to GitHub Pages.