-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added browser IDEs #14
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: mojafa <[email protected]>
I wonder why we need a link to the online editor in the first place (not for this, but for what we already have, Open in GitHub Codespace/Open in Gitpod). cc @TechQuery |
@Jack-Works Just to make convenient entries for contributors, which is synced from the upstream scaffold of this project: |
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.
Please append an item after this:
jscig.github.io/.github/pr-badge.yml
Lines 15 to 19 in 513ce1d
- icon: git | |
label: 'GitPod.io' | |
message: 'PR-$prNumber' | |
color: 'orange' | |
url: 'https://gitpod.io/?autostart=true#https://github.com/$owner/$repo/pull/$prNumber' |
@@ -29,3 +30,4 @@ npm start | |||
[2]: https://github.com/JSCIG/jscig.github.io/actions/workflows/main.yml | |||
[3]: https://codespaces.new/JSCIG/jscig.github.io | |||
[4]: https://gitpod.io/?autostart=true#https://github.com/JSCIG/jscig.github.io | |||
[5]:https://app.codeanywhere.com/#https://github.com/JSCIG/jscig.github.io |
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.
[5]:https://app.codeanywhere.com/#https://github.com/JSCIG/jscig.github.io | |
[5]: https://app.codeanywhere.com/#https://github.com/JSCIG/jscig.github.io |
Hey hey,
I added some browser IDEs to the readme file. I thought it might help others, especially new contributors who might want to explore the codebase.
What do you think about it? Hope it makes sense.
Best,
Mo.