This is a simple React-based portfolio website.
- Install dependencies:
npm install
- Start the development server:
npm start
- The app will run at: http://localhost:3000
- Changes will automatically reload in the browser.
To create an optimized production build:
npm run build
This generates a build/ folder with static files.
This project is deployed using gh-pages.
Run:
npm run deploy
What happens:
- Runs
npm run build - Publishes the
build/folder to thegh-pagesbranch - GitHub Pages serves the site from that branch
main→ source code (development)gh-pages→ production build (auto-generated, do not edit manually)
- The
homepagefield inpackage.jsonmust match: https://ArturSlimak.github.io