Skip to content

Commit 006df92

Browse files
Update README
1 parent 6d93f5c commit 006df92

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Optimizely Vue.js Starter Kit
22

3-
The goal of this repo is to get you to a running Vue app with Optimizely as fast as possible.
3+
The goal of this repo is to get you to a running [Vue](https://vuejs.org/) app with Optimizely as fast as possible.
44

55
## Prerequisites
66

@@ -16,14 +16,13 @@ To get started with the application, follow these steps:
1616

1717
1. Open Visual Studio Code and press `Ctrl + Shift + P` (or `Cmd + Shift + P` on macOS) to open the command palette. Type "Dev Containers: Clone Repository in Container Volume" and press Enter.
1818
2. Enter the repository address `https://github.com/optimizely/vue-js-starter-kit`.
19-
3. If asked, choose the `main` branch.
20-
4. Once the repository is cloned and opened in the dev container, run the project by opening a terminal in Visual Studio Code (press ```Ctrl + ` ``` (or ```Cmd + ` ``` on macOS) and execute the following command:
19+
3. Once the repository is cloned and opened in the dev container, run the project by opening a terminal in Visual Studio Code (press ```Ctrl + ` ``` (or ```Cmd + ` ``` on macOS) and execute the following command:
2120

2221
```shell
2322
npm run dev
2423
```
25-
5. Click the link to the http://localhost:5173/ address to open a browser to the running Vue app.
26-
6. Use the "Run" navigation link after reading the Quick Start information on the home page.
24+
4. Click the link to the http://localhost:5173/ address to open a browser to the running Vue app.
25+
5. Use the "Run" navigation link after reading the Quick Start information on the home page.
2726

2827
## To Exit
2928

0 commit comments

Comments
 (0)