Skip to content

Commit 7ddc95f

Browse files
committed
docs: added installation instructions
1 parent 9692ce3 commit 7ddc95f

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,46 @@ This template makes setup of the vite project as easy as installing deps. It com
66
- Prettier and its plugin for tailwind
77
- Eslint
88
- Husky
9+
10+
## How do I start?
11+
12+
To start using the template, clone this repo and install dependencies:
13+
14+
```bash
15+
git clone git@github.com:ShadowCatP/vite-template.git
16+
```
17+
18+
Or, to use it as a template on GitHub, click the "Use this template" button and create a new repository.
19+
20+
---
21+
22+
### Install Dependencies
23+
24+
After cloning the repository, install the dependencies using your preferred package manager:
25+
26+
<details>
27+
<summary><strong>npm</strong></summary>
28+
29+
```bash
30+
npm install
31+
```
32+
33+
</details>
34+
35+
<details>
36+
<summary><strong>pnpm</strong></summary>
37+
38+
```bash
39+
pnpm install
40+
```
41+
42+
</details>
43+
44+
<details>
45+
<summary><strong>yarn</strong></summary>
46+
47+
```bash
48+
yarn install
49+
```
50+
51+
</details>

0 commit comments

Comments
 (0)