@@ -5,13 +5,30 @@ title: Install Evidence
55description : Install Evidence with the VSCode Extension, from the command line, alongside dbt, or using Codespaces.
66---
77
8- <Alert status =success >
98
10- 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 ) .
9+ <Tabs >
10+
11+ <Tab value =" studio " label =" Evidence Studio " default >
12+
13+ The easiest way to get started with Evidence is to use Evidence Studio, our AI-powered web IDE.
1114
12- </Alert >
15+ <LinkButton url =" https://evidence.studio/sign-up " >Get Started</LinkButton >
16+
17+ </Tab >
1318
14- ## VSCode Extension
19+ <Tab value =" standalone " label =" Command Line " >
20+
21+ ``` shell
22+ npx degit evidence-dev/template my-project
23+ cd my-project
24+ npm install
25+ npm run sources
26+ npm run dev
27+ ```
28+
29+ </Tab >
30+
31+ <Tab value =" vscode " label =" VS Code " >
1532
16331 . Install Evidence from the VSCode Marketplace
17342 . 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
2138 - On Windows, this step can take a couple of minutes the first time
22394 . Make changes to a markdown file and ** save the file** to see the updates in your browser window
2340
24-
2541The template app running in your browser contains a tutorial on how to use Evidence.
2642
2743<LinkButton url =" https://marketplace.visualstudio.com/items?itemName=Evidence.evidence-vscode " >Install VSCode Extension</LinkButton >
2844
29- <br />
30- <br />
31-
32- If you run into any issues, [ reach out in Slack.] ( https://slack.evidence.dev )
33-
34- ## Other Options
35-
36- <Tabs >
37-
38- <Tab value =" standalone " label =" Command Line " default >
39-
40- ``` shell
41- npx degit evidence-dev/template my-project
42- cd my-project
43- npm install
44- npm run sources
45- npm run dev
46- ```
47-
4845</Tab >
4946
5047<Tab value =" dbt " label =" With dbt " >
@@ -71,8 +68,6 @@ This currently needs to be done from the terminal, rather than from the dbt Clou
7168 Create Evidence Codespace
7269</LinkButton >
7370
74-
75-
7671<br /><br />
7772
7873** Note:** Codespaces is much faster on the Desktop app. After the Codespace has booted, select the hamburger menu &rarr ; Open in VS Code Desktop.
@@ -87,3 +82,7 @@ See [system requirements page](/guides/system-requirements).
8782## Updating Evidence
8883
8984See [ updating your app] ( /guides/updating-your-app ) .
85+
86+ ---
87+
88+ If you run into any issues, [ reach out in Slack.] ( https://slack.evidence.dev )
0 commit comments