Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.23 KB

ox-studio.ui

installation :

git clone https://github.com/ox-ai/ox-studio.ui.git
cd ox-studio.ui
npm install .
npm run dev
npm run dev -- --host

ox-db server:

start database server

refere ox-db repo for instantion process

pip install git+https://github.com/ox-ai/ox-db.git
ox_db.server.log --apikey "ox-db-prime" --host --port 8008

or

python -m ox_db.server.log --apikey "ox-db-prime" --host --port 8008

page ui :