-
Notifications
You must be signed in to change notification settings - Fork 23
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
doc: add developer guide #28
doc: add developer guide #28
Conversation
f6447ae
to
bc2c530
Compare
0655951
to
52dde75
Compare
# start OSD dev server | ||
yarn start | ||
``` | ||
If everything went well, OSD will be available on `http://localhost:5601/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The situation in my here is 5603
, @wanglam what's yours?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am using 5601 too, seems the server will listen both 5601 and 5603. One for development and another one seems is a proxy server.
|
||
### Tagging & Versioning | ||
|
||
## Project Conventions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this part consist of ? For some items, I think we can inherit from OSD, also including eslint and prettier config, similar to the OSD to ensure code style consistent for contributors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I will add a link to the section of OSD
01d2e0c
to
acaa46a
Compare
12da8b2
to
d21c743
Compare
d21c743
to
801794b
Compare
801794b
to
e3f6c52
Compare
Signed-off-by: Yulong Ruan <[email protected]>
2df32ce
to
cd7dfb1
Compare
Hi @wanglam @raintygao @xyinshen, I initiated a draft of developer guide for the project, I'd like to invite you to collaborate on this PR, feel free to make changes to this PR.
Signed-off-by: Yulong Ruan [email protected]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.