Repository of my personal website developed with Gatsby and hosted on Gatsby Cloud.
You can visit the online version at fedonman.com or clone this repository and experiment with the code.
# Download
git clone my-site https://github.com/fedonman/fedonman-website.git
# Install dependencies
cd my-site
npm install
# To develop
npm run develop
# To build
npm run build
# To run compiled
npm run serve
Some features may not worked when served locally instead of Gatsby cloud.