refinedev / refine

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
https://refine.dev
MIT License
28.6k stars 2.24k forks source link

Update index.md #6473

Closed alexanderilyin closed 2 weeks ago

alexanderilyin commented 2 weeks ago

Support Dev Container, otherwise connections from the desktop aka host would not be accepted by the process in the container. This was the 1st thing I stumbled upon when starting tutorial.

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

Can NOT access the web UI.

What is the new behavior?

Fixes access to the web UI.

Notes for reviewers

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 83ecd5e4629b5873bdc56fe710a29f51bdc83c49

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

alexanderilyin commented 2 weeks ago

Need to deal with tasks on the PR...

BatuhanW commented 2 weeks ago

Hi @alexanderilyin thanks for the PR. Happy to see you are going through tutorial. This PR doesn't follow our rules, and also we don't want to update script in every tutorial page. Because we want to keep it simple and most of the users aren't using it inside the container and people who use should already know pass --host param.