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.
3232
3333## Setup
3434
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:
3636
3737- [ Download it from nodejs.org] ( https://nodejs.org )
3838- [ 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.
4242brew install node
4343```
4444
45- 2 . ##### Clone the repo:
45+ 2 . Clone the repo:
4646
4747```
4848git clone https://github.com/realstoman/vuejs-tailwindcss-portfolio.git
4949```
5050
51- 3 . ##### Open the project folder:
51+ 3 . Open the project folder:
5252
5353```
5454cd vuejs-tailwindcss-portfolio
5555```
5656
57- 4 . ##### Install packages and dependencies:
57+ 4 . Install packages and dependencies:
5858
5959```
6060npm install
6161```
6262
63- 5 . ##### Start a local dev server at ` http://localhost:8080 ` :
63+ 5 . Start a local dev server at ` http://localhost:8080 ` :
6464
6565```
6666npm run serve
You can’t perform that action at this time.
0 commit comments