Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

walkthrough simplify #111

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed media/create_project.md
Empty file.
Binary file removed media/preview-side2.png
Binary file not shown.
21 changes: 3 additions & 18 deletions media/start_app.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# Start Your App
## **2. Start Your App**

Use the button at the bottom left of your VS Code window to start or stop your Evidence app.
Use the button at the bottom left of your VS Code window to start your Evidence app.

You can also use the `Cmd + R` shortcut (`Ctrl + R` on Windows).

![start](./start_evidence_button.png)

## Live Preview
Running your app will open a side-by-side live preview in your window. Make changes in your code and save them to see them appear instantly in the preview.

![preview](./preview-side2.png)

## Preview Options
You can change your preferred preview method from within the VS Code Settings menu. The available options are:
- VS Code default browser
- Side-by-side
- Full width
- Open external web browser
- None
![start](./start_evidence_button.png)
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,21 +319,14 @@
{
"id": "getStarted",
"title": "Get Started with Evidence",
"description": "It takes just two simple steps to get started with Evidence.",
"description": "Create a new Evidence project and get it running",
"steps": [
{
"id": "createProject",
"title": "1. Create an Evidence Project",
"description": "Click below to create a new Evidence project.\n[Create Project](command:evidence.newProject)",
"media": { "markdown": "media/create_project.md" },
"completionEvents": ["onCommand:newProject"]
},
{
"id": "startApp",
"title": "2. Start Your App",
"description": "Run your app and see a preview in VS Code's built-in browser.\nUse the Start Evidence button or the keyboard shortcut (Cmd + R on Mac | Ctrl + R on Windows)",
"description": "Click below to create a new Evidence project.\n[$(plus)Create Project](command:evidence.newProject)",
"media": { "markdown": "media/start_app.md" },
"completionEvents": ["onCommand:evidence.startServer"]
"completionEvents": ["onCommand:newProject"]
}
]
}
Expand Down