Skip to content

Commit 868742a

Browse files
authored
Update readme file with new YouTube channel link
1 parent 39064f6 commit 868742a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ A simple portfolio starter theme built with React and Tailwind CSS. This is the
2727
- Download file button
2828
- Simple and responsive design
2929

30-
## To Contribute to this project:
31-
32-
[See Contribution Guidlines](https://github.com/realstoman/react-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)
30+
## To Contribute to this project read the [Contribution Guidlines](https://github.com/realstoman/react-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)
3331

3432
## Setup
3533

36-
1. ##### Make sure you have Node JS installed. If you don't have it:
34+
1. Make sure you have Node JS installed. If you don't have it:
3735

3836
- [Download it from nodejs.org](https://nodejs.org)
3937
- [Install it using NVM ](https://github.com/nvm-sh/nvm)
@@ -43,19 +41,19 @@ A simple portfolio starter theme built with React and Tailwind CSS. This is the
4341
brew install node
4442
```
4543

46-
2. ##### Clone the repo:
44+
2. Clone the repo:
4745

4846
```
4947
git clone https://github.com/realstoman/react-tailwindcss-portfolio.git
5048
```
5149

52-
3. ##### Open the project folder:
50+
3. Open the project folder:
5351

5452
```
5553
cd react-tailwindcss-portfolio
5654
```
5755

58-
4. ##### Install packages and dependencies:
56+
4. Install packages and dependencies:
5957

6058
```
6159
yarn
@@ -67,7 +65,7 @@ yarn
6765
npm install --global yarn
6866
```
6967

70-
5. ##### Start a local dev server at `http://localhost:3000`:
68+
5. Start a local dev server at `http://localhost:3000`:
7169

7270
```
7371
yarn start
@@ -83,7 +81,7 @@ yarn test
8381

8482
- Always run `yarn install` after pulling new changes
8583
- I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress
86-
- Coming Soon [I'll be doing a screencast](https://www.youtube.com/c/StomanStudio). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
84+
- Coming Soon [I'll be doing a screencast](https://www.youtube.com/realstoman). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
8785
- Illustrations from [unDraw](https://undraw.co) and [Freepik](https://freepik.com)
8886
- Images from [Unsplash](https://unsplash.com)
8987
- Feel free to use it as your own portfolio

0 commit comments

Comments
 (0)