Skip to content

liyiyuian/Personal-website-v2

Repository files navigation

Installation

I am not familiar with Javascript, so there must be a better way handling this situation. I tried to install nodejs with nvm, v18.19.0, but got errors. Then I tried to install with conda, v20.9.0, then npm i node-gyp --force, then npm audit fix --force. Even though it is still showing some warnings, it works.

As for installation, I did:

  1. Install the Gatsby CLI
npm install -g gatsby-cli
  1. Install dependencies
yarn
  1. Start the development server
npm start

For deploying the website, I did:

  1. Generate a full static production build
npm run build
  1. Preview the site as it will appear once deployed
npm run serve

To push to GitHub with gh-pages:

Install with:

npm install -g gh-pages --save-dev

Deploy with:

gh-pages -d public -b main

Credit

Thanks to Brittany Chiang for the inspiration for this website. Her fourth version was a great starting point. Awesome work!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published