Skip to content

Latest commit

 

History

History
executable file
·
41 lines (30 loc) · 848 Bytes

README.md

File metadata and controls

executable file
·
41 lines (30 loc) · 848 Bytes

fedonman-website

fedonman


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.

Installation

# 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.