You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-7
Original file line number
Diff line number
Diff line change
@@ -41,22 +41,31 @@ Branches includes a specialized evaluation mechanism for the [Game of 24 puzzle]
41
41
42
42
To get started with Branches, you can either visit [code-gen-tree.vercel.app](https://code-gen-tree.vercel.app) for the hosted version or run it locally by following the instructions below.
43
43
44
-
## Running Locally
44
+
## Deploy to Vercel
45
+
```sh
46
+
npm i -g vercel
47
+
vercel
48
+
```
45
49
46
-
**Frontend (User Interface):**
50
+
## Running Locally
51
+
For local development, checkout the `local-dev` branch. This is slightly modified to use Flask to serve the code interpreter API.
0 commit comments