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 i
on the project to download the required development dependencies tonode_modules
. - Run
pnpm dev
to launch the localhost server. - Run
pnpm build
to 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" }' > ~/.czrc
replace ~/.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
}