A modern personal portfolio and blog built with Gatsby and deployed automatically to GitHub Pages.
- Node.js (v18 or higher)
- npm or yarn
- Install dependencies:
npm install- Start the development server:
npm run developYour site will be available at http://localhost:8000
To build the site for production:
npm run build