Public source for niralon.github.io, a React-based landing page that presents Nir Alon's background, projects, and contact information as a software engineer.
- React 19
- Create React App
- Tailwind CSS
- Framer Motion
- GitHub Pages
npm install
npm startThe app runs at http://localhost:3000.
npm run buildThe production output is written to build/.
Deployment is handled by GitHub Actions. Every push to the main branch builds the app and publishes the contents of build/ to GitHub Pages.
public/ Static assets served as-is
src/ React application source
.github/workflows/ GitHub Pages deployment workflow
- The repository is intended to keep only source code and the assets used by the live landing page.
- Generated output, local caches, and obsolete deployment branches should not be committed.