The development process for this process is described in more detail in Development document.
- Install
nvm
package. This allows you to install different versions of the Node.js - Check which Node version you are running:
nvm ls
- Use at least version v20
nvm use v20
- Install npm
npm install
- Run it locally
npm run dev
- Repository: https://github.com/OpenMobileAlliance/oma-knowledge-base-PPRD-mirror
- Server: https://pprdwww.openmobilealliance.org/
- Diagram:
- From
oma-knowledge-base-PPRD-mirror
Repository run the following commands: - Run:
git fetch -p origin
- Run:
git push --mirror