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 😊.
Core Libraries:
- React
- React Router DOM
- TailwindCSS
- HeadlessUI
- Typist
- TypeScript
- Vite
In the project directory, you can run:
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.
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.
Previews the production build using Vite.
Open http://localhost:8000 to view it in your browser.
Builds the app for production to the build
folder and ready to deploy to GitHub Pages.
Copies over build folder to live-version
branch and deploys latest project version to GitHub Pages.