Personal website and blog built with Gatsby
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn install
-
Start the development server
gatsby develop
-
Generate a full static production build
gatsby build
-
Preview the site as it will appear once deployed
gatsby serve
If you want to use this project code as your own portfolio , you can go ahead. Please give me credit by mentioning original repo link somewhere in README.
Note: The source for this site was not created to be a template or theme, but for my own use so it may not fit your needs. Feel free to tweak as per your need or you can check Gatsby starters for awesome themes.
- Website: https://adarshaacharya.com.np/
- Twitter: @adarshatweets
- Github: @adarshaacharya
- LinkedIn: @adarshaacharya
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if you like the project!
Copyright © 2020 Aadarsha Acharya.
This project is MIT licensed.
Depoly on your own Netlify Instance