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.
npm install
to install packagesnpm run fetch
to fetch the latest content from the google doc and parse the ArchieML into HTMLnpm run start
to run the site locally at http://localhost:8000
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