Aditya's personal website running on Gatsby, React, and Node.js.
You can get a site up and running on your local dev environment in 5 minutes with these three steps:
-
Install Dependencies and start the site in develop mode.
cd Aditya-ds-1806.github.io npm install gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
. Open theAditya-ds-1806.github.io
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.