Skip to content

Installation

Akın Şibay edited this page Sep 25, 2024 · 3 revisions
  1. Clone the code:

     git clone https://github.com/originzero-io/originzero.git
     cd originzero 
    
  2. Install the dependencies

     npm install
    
  3. Install Lerna

     npm i -g lerna
    
  4. Run

     npm start
    
  5. Open

     http://localhost:5173
    
Clone this wiki locally