My personal portfolio website built with React and Vite.
npm installnpm run devThen open http://localhost:5173 in your browser.
npm run buildnpm run previewThis site automatically deploys to GitHub Pages when you push to the main branch.
- Go to your repository settings on GitHub
- Navigate to Pages in the sidebar
- Under Source, select GitHub Actions
- Push your code to the
mainbranch - Your site will be live at
https://nsusanto.github.io
- Update your information in
src/App.jsx - Modify colors and styling in
src/App.css - Change the page title in
index.html
- React 18
- Vite 5
- GitHub Pages
MIT