My personal website, built on React.
The website requires NPM to build and deploy.
Install the necessary packages:
npm install
Start the server locally:
npm start
The server will be available on port 3000 (http://127.0.0.1:3000).
To build the app for production, run:
npm run build
The resulting website will be in the build/ folder, minified and ready for release.