This is the source code for my personal website, hosted on GitHub Pages.
- React
- TypeScript
- Tailwind CSS
- Framer Motion
To run this project locally:
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run dev
to start the development server
Run npm run build
to create a production build.
After pushing your changes to GitHub, make sure to enable GitHub Pages in your repository settings, selecting the main
branch as the source.