diff --git a/sites/docs/pages/install-evidence/index.md b/sites/docs/pages/install-evidence/index.md index 61d87830ff..70c6a78502 100644 --- a/sites/docs/pages/install-evidence/index.md +++ b/sites/docs/pages/install-evidence/index.md @@ -5,13 +5,30 @@ title: Install Evidence description: Install Evidence with the VSCode Extension, from the command line, alongside dbt, or using Codespaces. --- - -The easiest way to get started with Evidence is to use Evidence Studio, our AI-powered web IDE. [Sign up here](https://evidence.studio/sign-up). + + + + +The easiest way to get started with Evidence is to use Evidence Studio, our AI-powered web IDE. - +Get Started + + -## VSCode Extension + + +```shell +npx degit evidence-dev/template my-project +cd my-project +npm install +npm run sources +npm run dev +``` + + + + 1. Install Evidence from the VSCode Marketplace 2. Open the Command Palette (`Ctrl/Cmd + Shift + P`) and enter `Evidence: New Evidence Project` @@ -21,30 +38,10 @@ The easiest way to get started with Evidence is to use Evidence Studio, our AI-p - On Windows, this step can take a couple of minutes the first time 4. Make changes to a markdown file and **save the file** to see the updates in your browser window - The template app running in your browser contains a tutorial on how to use Evidence. Install VSCode Extension -
-
- -If you run into any issues, [reach out in Slack.](https://slack.evidence.dev) - -## Other Options - - - - - -```shell -npx degit evidence-dev/template my-project -cd my-project -npm install -npm run sources -npm run dev -``` - @@ -71,8 +68,6 @@ This currently needs to be done from the terminal, rather than from the dbt Clou Create Evidence Codespace - -

**Note:** Codespaces is much faster on the Desktop app. After the Codespace has booted, select the hamburger menu → Open in VS Code Desktop. @@ -87,3 +82,7 @@ See [system requirements page](/guides/system-requirements). ## Updating Evidence See [updating your app](/guides/updating-your-app). + +--- + +If you run into any issues, [reach out in Slack.](https://slack.evidence.dev)