We use cookies to make your experience better.
Learn how to embed an "Open in Coder" Button in Your Repo
You can embed an Open in Coder button into a repository's README file to provide developers with a one-click way to start contributing code. It eliminates much of the effort required to set up a development environment, allowing users to begin contributing faster.
When a user clicks on the Open in Coder button, they will be directed to the
specified Coder deployment and prompted to login if they don't already have an
active session. Coder then builds a workspace based on the image specified.
Coder will also clone the repository into the workspace's /home/coder
folder.
At this point, the user can open the IDE and begin working.
Coder can automatically generate the code you need to embed the Open in Coder button.
See an opportunity to improve our docs? Make an edit.