mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
8f70c359a6
commit
af21315d51
4 changed files with 104 additions and 0 deletions
39
website/docs/install/codespaces.md
Normal file
39
website/docs/install/codespaces.md
Normal file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
title: GitHub Codespaces
|
||||
parent: Installation
|
||||
nav_order: 900
|
||||
---
|
||||
|
||||
# GitHub Codespaces
|
||||
|
||||
You can use aider in GitHub Codespaces via the built-in Terminal pane.
|
||||
See below for an example,
|
||||
but you can see the
|
||||
[main install instructions](/docs/install.html)
|
||||
for all the details.
|
||||
|
||||
|
||||
<div class="video-container">
|
||||
<video controls>
|
||||
<source src="/assets/codespaces.mp4" type="video/mp4">
|
||||
<a href="/assets/codespaces.mp4">Aider browser UI demo video</a>
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.video-container {
|
||||
position: relative;
|
||||
padding-bottom: 101.89%; /* 1080 / 1060 = 1.0189 */
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.video-container video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue