This VitePress site is hosted from GitHub.io pages at justme.dev.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completionnvm install
nvm usesudo apt install python3 python3-pip
python3 -m pip install --upgrade pip
pip install -r requirements.txtnpm installDownloads readme files from GitHub repositories.
npm run docs:generatenpm run docs:devnpm run docs:buildnpm run docs:previewCommit to the main branch to
trigger deployment.
- Create request files in the
requestsfolder. - Run the
npm run docs:generatecommand to generate the markdown files locally. - When pushing to
mainGitHub action doesgenerate,buildanddeploy. - The generated markdown will be saved in a sub folder defined by
request typeusing the same name as the request file and the suffix.md.