Hi! This is the source code for my portfolio website, which I've using React and Gatsby.
- Install nodejs from here
- Check whether installed or not using :
node --version&npm --version - Start Development Server using
gatsby develop - Make Project ready for deployment using
gatsby build - Create a production site locally for testing if required using
gatsby serve