Skip to content

Commit 08992a7

Browse files
committed
Update readme file
1 parent 93484a6 commit 08992a7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ A simple portfolio starter theme built with React and TailwindCSS. This is the R
1111
## Features
1212

1313
- [React](https://reactjs.org) with [React Router v6](https://reactrouter.com)
14-
- [Tailwind CSS v3](https://tailwindcss.com)
14+
- [Tailwind CSS v2](https://tailwindcss.com)
1515
- Context API For State Management
1616
- Custom Hooks
17-
- Dark Mode
18-
- Framer Motion Transitions & Animations
17+
- Framer Motion transitions & animations
18+
- Reusable components
19+
- Dark mode
1920
- Projects filter by category
2021
- Projects filter by search
2122
- Smooth scroll
@@ -55,6 +56,12 @@ cd react-tailwindcss-portfolio
5556
yarn install
5657
```
5758

59+
4. NOTES: If you don't have yarn installed, install it globally using npm:
60+
61+
```
62+
npm install --global yarn
63+
```
64+
5865
5. ##### Start a local dev server at `http://localhost:3000`:
5966

6067
```

0 commit comments

Comments
 (0)