Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 430 Bytes

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