Skip to content

OpenMobileAlliance/oma-knowledge-base

Repository files navigation

oma-knowledge-based

Development

The development process for this process is described in more detail in Development document.

Get Started

  1. Install nvm package. This allows you to install different versions of the Node.js
  2. Check which Node version you are running: nvm ls
  3. Use at least version v20 nvm use v20
  4. Install npm npm install
  5. Run it locally npm run dev

Deployment in PRe Production Server

Information

Deployment Steps

  1. From oma-knowledge-base-PPRD-mirror Repository run the following commands:
  2. Run:
git fetch -p origin
  1. Run:
git push --mirror

Releases

No releases published

Packages

No packages published