You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as someone new to the project I found the instructions confusing in README
I think the Features section is more important for a newcomer than Docker deploy, so Features should appear above it.
And the Docker deploy section could be moved to a Development heading next to Contributing, or even a docs/development.md guide.
It would also be useful to have an explanation on the point of the Docker deploy. Here is a suggestion, if I understand the purpose correctly.
## Development
If you'd like to get the LangUI.dev site locally, you can run using Docker and the prebuild image:
docker run -d -t -p ...
Or, you can manually compile it yourself if you prefer. This is useful if you are contributing changes from a branch and would like to test them out locally.
#clone the code
git clone https://github.com/LangbaseInc/langui.git
...
The text was updated successfully, but these errors were encountered:
Hi, as someone new to the project I found the instructions confusing in README
I think the Features section is more important for a newcomer than Docker deploy, so Features should appear above it.
And the Docker deploy section could be moved to a Development heading next to Contributing, or even a docs/development.md guide.
It would also be useful to have an explanation on the point of the Docker deploy. Here is a suggestion, if I understand the purpose correctly.
The text was updated successfully, but these errors were encountered: