Skip to content
New issue

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

Fix README and updated gitignore #394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fbjorn
Copy link

@fbjorn fbjorn commented Jan 17, 2023

I tried to debug Web UI locally, but realised that instructions had a typo.
Also added IDEA to gitignore for anyone using JetBrains IDEs

@fbjorn
Copy link
Author

fbjorn commented Jan 17, 2023

Oh BTW I wasn't able to follow the instructions in the end. Because you need to configure CORS on "main" backend for that, and I didn't understand how should I modify aw-server.toml in my installed application (I'm on macOS)

Instead, I ran another server and it worked:

AW_SERVER_URL="'http://localhost:5601'" npm run build -- --watch --dest=../aw_server/static
# in another tab:
cd ..
poetry run aw-server --port 5601

Not sure this method worth mentioning and how correct it is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant