Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.29 KB

File metadata and controls

24 lines (18 loc) · 1.29 KB

P

My Personal Website

This site is created with React and Gatsby.

The content of the site is written in this private google doc in ArchieML.

In order to fetch data from the google doc, add this private auth.json to the root of the project.

Developing

  • npm install to install packages
  • npm run fetch to fetch the latest content from the google doc and parse the ArchieML into HTML
  • npm run start to run the site locally at http://localhost:8000

Deploying

To deploy, run npm run deploy which will fetch the latest content from the google doc, build the site for production, and deploy the site by pushing to gh-pages.

After the site builds on GitHub pages, you should be able to access the site at https://pdhyani.com