Skip to content

Commit ef75dc8

Browse files
committed
prelim codespaces info
1 parent 58658a0 commit ef75dc8

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

docs/ApiLogicServer-create.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Description: Instantly Create and Run Database Projects - Flask, APIs, SQLAlchem
7272

7373
### Instant Evaluation - _no install_
7474

75-
> Codespaces unavailable - please use [Express Install](Install-Express.md).
7675

7776
Run in the cloud: VSCode via your Browser, courtesy Codespaces. Use your existing GitHub account (no signup is required), and:
7877

docs/Sample-Genai.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,36 @@
1515

1616
## Setup Codespaces
1717

18-
Coming soon.
18+
Codespaces enables you to run in the cloud: VSCode via your Browser, courtesy Codespaces. You can use codespaces on your GenAI project:
19+
20+
1. Open your project on GitHub
21+
22+
![API Logic Server Intro](images/sample-ai/genai/open-github.png)
23+
24+
2. Open it in Codespaces (takes a minute or 2):
25+
26+
![API Logic Server Intro](images/sample-ai/genai/start-codespaces.png)
27+
28+
> You will now see your project - running in VSCode, _in the Browser._ But that's just what you _see..._
29+
30+
> Behind the scenes, Codespaces has requisitioned a cloud machine, and loaded your project - with a _complete development environment_ - Python, your dependencies, git, etc.
31+
32+
> You are attached to this machine in your Browser, running VSCode.
33+
34+
> :trophy: Pretty remarkable.
35+
36+
__3. Start the Server and open the App in the Browser__
37+
38+
* Use the pre-defined Launch Configuration
39+
40+
![API Logic Server Intro](images/git-codespaces/start-codespaces.png)
41+
42+
43+
We think you'll find Codespaces pretty amazing - check it out!
1944

2045
 
2146

22-
## What Just Happened?
47+
## How was the project created?
2348

2449
Your prompt (whether provided in a file to the CLI, or the WebGenAI website)
2550
is sent to ChatGPT to create a schema. This schema is then processed by als to create
583 KB
Loading
Loading
778 KB
Loading

0 commit comments

Comments
 (0)