Piyush's personal website running on Gatsby, React, and Node.js.
Note: The source for this site was not created to be a template or theme, but for my own use. Feel free to take whatever inspiration from it that you want, but this code was not written with the intention of being cloned and deployed. As such, I do not provide support or guidance for doing that. I recommend using the Gatsby Advanced Starter to set up a blog or an existing theme created for that purpose.
You can get a site up and running on your local dev environment in 5 minutes with these four steps:
-
Install Dependencies.
npm install
-
Start the site in
develop
mode.Next, move into your new site’s directory and start it up:
cd PiyushMehta.com gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
. Open thePiyushMehta.com
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes, and the browser will update in real time!
At this point, you’ve got a fully functional website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.
Thanks goes to these wonderful people (emoji key):
Haqverdi Behbudov 🚧 |
Piyush Mehta 📝 |
Mihir Gupta 🎨 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!