Skip to content

Commit 8d7b68f

Browse files
committed
docs: Update README with setup info
1 parent 74ac44d commit 8d7b68f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# docs-next
1+
# Vuejs.org Docs - Next Repo
2+
3+
This repo contains the code for the future VuePress version of the Vuejs.org docs.
4+
5+
## Getting Setup
6+
7+
1. Clone repository
8+
9+
```bash
10+
git clone git@github.com:vuejs/docs-next.git
11+
```
12+
13+
2. Install dependencies
14+
15+
```bash
16+
yarn # or npm install
17+
```
18+
19+
3. Start local development environment
20+
21+
```bash
22+
yarn serve
23+
```

0 commit comments

Comments
 (0)