5858- [ About the Project] ( #star2-about-the-project )
5959 * [ Packages within repo] ( #packages-within-repo )
6060 - [ TCM-CLI] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/tcm-cli )
61- - [ X-Default-Browser] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/x-default-browser )
62- - [ Theme] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/theme )
63- - [ React-Lazy-Named] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-lazy-named )
6461 - [ Memoize] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/memoize )
6562 - [ React-Textfit] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-textfit )
66- - [ React-Feather] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-feather )
6763 - [ Components] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/components )
6864 * [ Features] ( #dart-features )
6965 * [ Color Reference] ( #art-color-reference )
@@ -90,12 +86,8 @@ This Project started out as just theme, styled-system, and components. But as ti
9086### Packages within repo
9187
9288 - [ TCM-CLI] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/tcm-cli )
93- - [ X-Default-Browser] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/x-default-browser )
94- - [ Theme] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/theme )
95- - [ React-Lazy-Named] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-lazy-named )
9689 - [ Memoize] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/memoize )
9790 - [ React-Textfit] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-textfit )
98- - [ React-Feather] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-feather )
9991 - [ Components] ( https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/components )
10092
10193<!-- Getting Started -->
@@ -104,10 +96,10 @@ This Project started out as just theme, styled-system, and components. But as ti
10496<!-- Prerequisites -->
10597### :bangbang : Prerequisites
10698
107- This project uses Yarn as package manager
99+ This project uses npm and Turborepo as the package manager and build system.
108100
109101``` bash
110- npm install --global yarn
102+ npm install --global turbo
111103```
112104
113105<!-- Run Locally -->
@@ -128,7 +120,7 @@ Go to the project directory
128120Install dependencies
129121
130122``` bash
131- yarn install
123+ npm install
132124```
133125
134126
0 commit comments