MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / install

Function install

botasaurus_server/botasaurus_server/run.py:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 Thread(target=open_browser, daemon=True).start()
57
58def install():
59 print("Installing frontend...")
60 frontend_dir = os.path.join(os.getcwd(), "frontend")
61 subprocess.check_call("npm install && npm run build", shell=True, cwd=frontend_dir)
62
63def print_frontend_run_message():
64 print("Starting frontend server at http://localhost:3000/")

Callers 2

run_frontendFunction · 0.70
runFunction · 0.70

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected