Skip to content

Quick Start πŸš€ (no-code setup)

A command-line interface for running OWOX Data Marts application. This CLI provides a simple way to start the pre-built OWOX Data Marts server with frontend and backend components.

oclif Version Downloads/week

  1. Make sure Node.js β‰₯ 22.16.0 is installed

    If you don’t have it installed, download it here (Windows / macOS / Linux installers are all listed there)

  2. Open your terminal and run one command

    Terminal window
    npm install -g owox

    (You’ll see a list of added packages. Some warns are possible β€” just ignore them.)

  3. Start OWOX Data Marts locally

    Terminal window
    owox serve

    (Expected output: πŸš€ Starting OWOX Data Marts… πŸ“¦ Starting server on port 3000…)

  4. Open your browser at http://localhost:3000 and explore! πŸŽ‰


πŸ‘‰ Ready to contribute or run in development mode? Check out CONTRIBUTING.md for advanced setup and CLI commands.