Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 46f35c4

Browse files
committed
chore(docs): remove extra files that remains
1 parent 0570670 commit 46f35c4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

docs/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# vitepress-starter
2+
vitepress-starter
3+
4+
## Usage
5+
6+
### 1. Download this repository
7+
```
8+
git clone https://github.com/bekaku/vitepress-starter my-app
9+
```
10+
11+
Repository will be downloaded into `my-app/` folder
12+
13+
## Getting Started
14+
15+
1. Clone this repo
16+
2. `npm install` or `yarn install`
17+
3. `npm run docs:dev` or `yarn docs:dev`
18+
4. `npm run docs:build` or `yarn docs:build`

0 commit comments

Comments
 (0)