Skip to content

Commit 6d93f5c

Browse files
Enhance README
1 parent ca2ffc4 commit 6d93f5c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,25 @@ To run the application, you need to have the following installed:
1515
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.
18-
2. Enter the repository address `https://github.com/optimizely/vue-js-starter-kit`
19-
3. 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:
18+
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:
2121

2222
```shell
2323
npm run dev
2424
```
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.
27+
28+
## To Exit
29+
30+
1. Type `q` in the terminal panel where your `npm run dev` was running.
31+
2. Press `Ctrl + Shift + P` (or `Cmd + Shift + P` on macOS) to open the command palette.
32+
3. Select the "Remote: Close Remote Connection" command, which will close the project and exit the running container.
2533

2634
## What To Do From Here
2735

28-
Take a look at the following Optimizely resources:
36+
Take a look at the following Optimizely resources to support experimentation and feature flagging for your Vue project:
2937

3038
- [Javascript SDK](https://github.com/optimizely/javascript-sdk)
3139
- [Javascript Quickstart](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-browser-quickstart)

0 commit comments

Comments
 (0)