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
@@ -40,7 +40,7 @@ This extension also depends on [Svelte for VS Code](https://marketplace.visualst
40
40
41
41
You can install the Evidence extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Evidence.evidence-vscode), or by searching for `Evidence` in the VS Code Extensions tab.
4. Click the `Start Evidence` button to install all required dependencies and start the dev server, or use the commands detailed below in the `Commands` section<br><br>
55
-

55
+

56
56
<br><br> **Note:** The initial installation and server start can take up to 2 minutes depending on your computer. If you have issues with the startup time, you can use Codespaces (see next section).<br><br>
57
57
At the end of this step, your browser will automatically open to your app preview, which will appear at `localhost:3000`
58
58
59
59
5. We recommend putting VS Code and your browser side-by-side, like in the screenshot below. This will give you immediate development feedback on your app every time you save a markdown file.<br><br>
6. Make changes to your markdown files and save the file to see the changes reflected in your app preview
63
63
64
64
7. Try the "slash commands" included with the extension by typing `/` - you will see a list of available viz and UI components from our library. Select a component to insert by hitting `Tab` or clicking on the component.<br><br>
65
65
Once the component code has been inserted, you can hit `Tab` again to move through the inputs for a component and fill them in.<br><br>
@@ -73,15 +73,15 @@ You can use the Evidence VS Code extension with [GitHub Codespaces](https://gith
73
73
2. The Evidence extension will be installed automatically
74
74
3. Click the `Start Evidence` button to install all required dependencies and start the dev server, or use the commands detailed below in the `Commands` section
75
75
4. You will get a popup saying `Your application running on port 3000 is available`. Click to open in browser<br><br>
76
-

76
+

77
77
78
78
5. Make changes to your markdown files and **save the file** to see the changes reflected in your app preview
79
79
80
80
6. After making changes to your project, click the `Source Control` icon in the left panel and commit your changes<br><br>
81
-

81
+

82
82
83
83
7. Click `Publish Branch` - this will prompt you to create a private or public repo for your Evidence project<br><br>
84
-

84
+

85
85
86
86
8. From here, you can continue to develop your project in Codespaces, or you can choose to clone your repo locally and work from there
87
87
@@ -91,7 +91,7 @@ The Evidence extension provides a number of custom VS Code shortcut commands for
91
91
92
92
You can access the VS Code shortcut commands from the command palette (`Cmd/Ctrl+Shift+P`) by typing `Evidence` in the command search box:
@@ -113,7 +113,7 @@ Create [User or Workspace Settings](https://code.visualstudio.com/docs/getstarte
113
113
114
114
Open Evidence extension Settings in VS Code by using the `Evidence: VS Code Extension Settings` command, or navigating to `File -> Preferences -> Settings` (`cmd/ctrl+,`) and searching for `Evidence` in the Settings search box.
@@ -135,7 +135,7 @@ You can also reconfigure Evidence extension settings in `vscode/settings.json` w
135
135
136
136
Edit your settings in `./vscode/settings.json` by opening the `Command Palette...` with `cmd/ctrl+shift+p`, searching for and selecting `Preferences: Open Workspace Settings (JSON)` command.
0 commit comments