Open-Assistant
Open-Assistant copied to clipboard
Suggest developer to visit the project folder directly instead of the script folder
The onboarding guide https://github.com/LAION-AI/Open-Assistant/blob/main/CONTRIBUTING.md#developer-setup is great. However, it suggests these:
If you want to work on something, assign yourself to it or write a comment that you want to work on it and what you plan to do.
To get started with development, if you want to work on the backend, have a look at scripts/backend-development/README.md.
If you want to work on any frontend, have a look at scripts/frontend-development/README.md to make a backend available.
In fact, the documentation in the script folder is limited, and you can find the same and more information from the project folders directly.
Backend: https://github.com/LAION-AI/Open-Assistant/tree/main/backend Frontend: https://github.com/LAION-AI/Open-Assistant/tree/main/website
Feel free to make a PR which changes those lines to point to the locations you mentioned!
Thanks, I created a PR, I hope this makes sense https://github.com/LAION-AI/Open-Assistant/pull/1171
Also, I am not sure are these sections
REST Server Configuration and
Running the REST Server locally for development
still needed in https://github.com/LAION-AI/Open-Assistant/tree/main/backend?
Closed by #1171