Skip to content

Commit 0adb3a2

Browse files
authored
Update readme file
1 parent a5e4620 commit 0adb3a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
4242
brew install node
4343
```
4444

45-
2. ##### Clone the repo:
45+
2. Clone the repo:
4646

4747
```
4848
git 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
```
5454
cd vuejs-tailwindcss-portfolio
5555
```
5656

57-
4. ##### Install packages and dependencies:
57+
4. Install packages and dependencies:
5858

5959
```
6060
npm 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
```
6666
npm run serve

0 commit comments

Comments
 (0)