Search K
Appearance
๐ Read this changelog in Chinese
Track the changes and updates for each iteration.
Choose your package manager and run the commands below:
# ๐งฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog
# ๐ฆ Install dependencies
npm install
# โถ๏ธ Start development server
npm run dev
# ๐๏ธ Build for production
npm run build# ๐งฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog
# ๐ฆ Install dependencies
yarn install
# โถ๏ธ Start development server
yarn dev
# ๐๏ธ Build for production
yarn build# ๐งฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog
# ๐ฆ Install dependencies
pnpm install
# โถ๏ธ Start development server
pnpm dev
# ๐๏ธ Build for production
pnpm build# ๐งฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog
# ๐ฆ Install dependencies
bun install
# โถ๏ธ Start development server
bun run dev
# ๐๏ธ Build for production
bun run build@sugarat/theme-shared