File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A simple portfolio starter theme built with Vue.js v3 and Tailwind CSS v3.
32
32
33
33
## Setup
34
34
35
- 1 . ##### Make sure you have Node JS installed. If you don't have it:
35
+ 1 . Make sure you have Node JS installed. If you don't have it:
36
36
37
37
- [ Download it from nodejs.org] ( https://nodejs.org )
38
38
- [ Install it using NVM ] ( https://github.com/nvm-sh/nvm )
@@ -42,25 +42,25 @@ A simple portfolio starter theme built with Vue.js v3 and Tailwind CSS v3.
42
42
brew install node
43
43
```
44
44
45
- 2 . ##### Clone the repo:
45
+ 2 . Clone the repo:
46
46
47
47
```
48
48
git clone https://github.com/realstoman/vuejs-tailwindcss-portfolio.git
49
49
```
50
50
51
- 3 . ##### Open the project folder:
51
+ 3 . Open the project folder:
52
52
53
53
```
54
54
cd vuejs-tailwindcss-portfolio
55
55
```
56
56
57
- 4 . ##### Install packages and dependencies:
57
+ 4 . Install packages and dependencies:
58
58
59
59
```
60
60
npm install
61
61
```
62
62
63
- 5 . ##### Start a local dev server at ` http://localhost:8080 ` :
63
+ 5 . Start a local dev server at ` http://localhost:8080 ` :
64
64
65
65
```
66
66
npm run serve
You can’t perform that action at this time.
0 commit comments