From be9497718ffa43f9213fa3bb668c9628bf915057 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Wed, 26 Apr 2023 01:41:16 +0000 Subject: [PATCH] docs: add readme guide --- .devcontainer/demo/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer/demo/README.md diff --git a/.devcontainer/demo/README.md b/.devcontainer/demo/README.md new file mode 100644 index 000000000..d0ad14f9e --- /dev/null +++ b/.devcontainer/demo/README.md @@ -0,0 +1,15 @@ +# LangFlow Demo Codespace Readme + +These instructions will walk you through the process of running a LangFlow demo via GitHub Codespaces. + +## Setup + +### Create a Codespace in GitHub + +To setup the demo, simply navigate to the Langflow repo, click the "+" button, and select "Create new Codespace". This will automatically create a new codespace in your browser, which you can use for the demo. + +### Wait for everything to install + +After the codespace is opened, you should see a new Terminal window in VS Code where langflow is installed. Once the install completes, `langflow` will launch the webserver and your application will be available via devcontainer port. + +Note: VS Code should prompt you with a button to push once the port is available.