Skip to content

yuan116/yuan116.github.io

Repository files navigation

Prerequisites:

  1. Git
  2. pnpm 8
  3. Node JS 21
  4. Others
    1. VS Code Extension (optional but recommend to install)
      1. Auto Close Tag
      2. Auto Rename Tag
      3. Auto Highlight Matching Tag
      4. Prettier - Code formatter
      5. Tailwind CSS IntelliSense

Demo

https://yuan116.github.io

Steps to develop

  1. Clone repository
    • Clone and install submodules together
      'git clone --recurse-submodules https://github.com/yuan116/yuan116.github.io.git'
    • Clone and install submodules separately
      'git clone https://github.com/yuan116/yuan116.github.io.git'
      'git submodule update --init --recursive'
  2. Switch branch to 'dev', run command 'git checkout dev'
  3. Install node modules, run command 'pnpm install'
  4. Duplicate '.env.example' and rename to '.env'
  5. Start dev server, run command 'pnpm run dev'

Command to update git submodules

git submodule update --remote

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published