This is where the entire site is stored, and to keep the repository tidy, please contribute as follows.
- Clone the GitHub.
- Install
pnpm. - Run
pnpm ion the project to download the required development dependencies tonode_modules. - Run
pnpm devto launch the localhost server. - Run
pnpm buildto confirm that all links are valid. - Thank you for contributing!
Setup cz-git
If you don't know what this is, check out here.
TL;DR
npm install -g cz-git commitizen
echo '{ "path": "cz-git", "$schema": "https://cdn.jsdelivr.net/gh/Zhengqbbb/cz-git@1.8.0/docs/public/schema/cz-git.json" }' > ~/.czrcreplace ~/.czrc to
{
"path": "cz-git",
"$schema": "https://cdn.jsdelivr.net/gh/Zhengqbbb/cz-git@1.7.0/docs/public/schema/cz-git.json",
"markBreakingChangeMode": true
}