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

docs: Add instructions for using Lichess dev server in README #679

Merged
merged 3 commits into from
May 14, 2024

Conversation

iamnabink
Copy link
Contributor

Updated README with instructions for using Lichess dev server and added a note regarding URL scheme changes in the recent code.

Copy link
Contributor

@veloce veloce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Have only a couple of comments, then we can merge it.

README.md Outdated Show resolved Hide resolved
If you don't want to set up your local Lila server, you can use [lichess dev](https://lichess.dev/) server to run this app.
Set up the following values as environment variables:

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code block is a bit confusing as it looks like you'd need to define shell env vars, which is actually not working. It would be better to replace it with the actual full flutter run --dart-define=.... command.

Copy link
Contributor Author

@iamnabink iamnabink May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made an another commit, How about this?

Using Lichess dev server

To use the Lichess dev to run this app, run the following command to set up the Lichess host URLs in the app.

flutter run --dart-define=LICHESS_HOST=lichess.dev --dart-define=LICHESS_WS_HOST=socket.lichess.dev

docs: Update instructions for using Lichess dev server in README
@veloce veloce merged commit dad8df9 into lichess-org:main May 14, 2024
1 check passed
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.

2 participants