How to setup a development server up and running? #1024
Unanswered
inclinedadarsh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there 👋
I'm setting up the development server locally so that I can make changes to the codebase (using any code editor like VS Code), and those changes are immediately reflected in the dashboard.
Going through the docs, I have done the following:
pip install -e .
OPTUNA_DASHBOARD_DEBUG=1 optuna-dashboard sqlite:///db.sqlite3
npm run watch
Can someone help me set up the development server?
Beta Was this translation helpful? Give feedback.
All reactions