We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug (must be provided)
When I install it, it shows successful login and can receive requests. But the webpage shows no page. What is the situation here?
Your Environments (must be provided)
node --version
How To Reproduce(must be provided)
Steps to reproduce the behavior:
npm install
npm run build
mv dist server/assets
cd server
vim config/example-config.yaml
go build -o server
./server
nohup ./server &
Expected behavior
I hope I can get the login interface of the studio
Additional context
The text was updated successfully, but these errors were encountered:
sorry, step 3 is wrong, please use mv dist/* server/assets
mv dist/* server/assets
Sorry, something went wrong.
No branches or pull requests
Describe the bug (must be provided)
When I install it, it shows successful login and can receive requests. But the webpage shows no page. What is the situation here?
Your Environments (must be provided)
node --version
How To Reproduce(must be provided)
Steps to reproduce the behavior:
npm install
npm run build
mv dist server/assets
cd server
vim config/example-config.yaml
(modify port)go build -o server
./server
( ornohup ./server &
)Expected behavior
I hope I can get the login interface of the studio
Additional context
The text was updated successfully, but these errors were encountered: