Spaces:
Paused
Paused
matthoffner
commited on
Commit
•
c36a681
1
Parent(s):
4241e26
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,23 @@
|
|
1 |
---
|
2 |
title: Codetree
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
app_port: 3000
|
8 |
-
pinned:
|
9 |
---
|
10 |
|
11 |
-
# Codetree
|
12 |
|
13 |
## Features
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
|
|
|
|
|
1 |
---
|
2 |
title: Codetree
|
3 |
+
emoji: 🎳🖼️
|
4 |
colorFrom: purple
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
app_port: 3000
|
8 |
+
pinned: true
|
9 |
---
|
10 |
|
11 |
+
# Open Codetree
|
12 |
|
13 |
## Features
|
14 |
|
15 |
+
* Rapidly prototype with LLM and a WASM powered Javascript live editor.
|
16 |
|
17 |
+
* Customize to edit system prompt and change LLM.
|
18 |
|
19 |
+
* Uses Monaco Editor with WASM powered Codetree to handle transpiling JSX.
|
20 |
|
21 |
+
## How it works
|
22 |
+
|
23 |
+
Codetree parses markdown sent from the chat editor which triggers the live compilation to a sandboxed iframe.
|