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.
-
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)
-
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.)
-
Start OWOX Data Marts locally
Terminal window owox serve(Expected output: π Starting OWOX Data Martsβ¦ π¦ Starting server on port 3000β¦)
-
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.