- Install the Gatsby CLI
npm install -g gatsby-cli
- Create a new Gatsby site from your CLI:
gatsby new <site-name> https://github.com/soniasusanto/soniasusanto.github.io
- Start the site:
cd <site-name> npm install gatsby develop
Edit config.js
to put up your details.
This portfolio utilized the gatsby-starter-spectral as a starting point. If you find any bugs, feel free to create an issue or pull request!
Thanks for dropping by!