File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ A simple portfolio starter theme built with React and TailwindCSS. This is the R
11
11
## Features
12
12
13
13
- [ 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 )
15
15
- Context API For State Management
16
16
- Custom Hooks
17
- - Dark Mode
18
- - Framer Motion Transitions & Animations
17
+ - Framer Motion transitions & animations
18
+ - Reusable components
19
+ - Dark mode
19
20
- Projects filter by category
20
21
- Projects filter by search
21
22
- Smooth scroll
@@ -55,6 +56,12 @@ cd react-tailwindcss-portfolio
55
56
yarn install
56
57
```
57
58
59
+ 4 . NOTES: If you don't have yarn installed, install it globally using npm:
60
+
61
+ ```
62
+ npm install --global yarn
63
+ ```
64
+
58
65
5 . ##### Start a local dev server at ` http://localhost:3000 ` :
59
66
60
67
```
You can’t perform that action at this time.
0 commit comments