Files
SHARK-Studio/web
Gaurav Shukla b604f36881 [SD][web] Add flags for global URL and server port
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
2023-01-05 15:30:30 +05:30
..
2022-11-02 20:52:34 +05:30
2022-12-21 19:23:54 -08:00

In order to launch SHARK-web, from the root SHARK directory, run:

Linux

IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
cd web
python index.py

Windows

./setup_venv.ps1
cd web
python index.py --local_tank_cache=<current_working_dir>