File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ If you are looking for the source code of the [React Native Archive website](htt
2929
3030### Running locally
3131
32- 1 . ` cd website ` to go into the website portion of the project.
33- 1 . ` yarn start ` to start the development server _ (powered by [ Docusaurus] ( https://v2.docusaurus.io ) )_ .
32+ 1 . Run ` yarn start ` to start the development server _ (powered by [ Docusaurus] ( https://v2.docusaurus.io ) )_ .
34331 . Open http://localhost:3000/ site in your favorite browser.
3534
3635## 📖 Overview
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "postinstall" : " yarn update-lock" ,
1212 "update-lock" : " yarn-deduplicate" ,
13- "docusaurus" : " yarn workspace react-native- website docusaurus" ,
14- "website: start" : " yarn workspace react-native- website start" ,
15- "website: build" : " yarn workspace react-native- website build" ,
16- "website: build:fast" : " yarn workspace react-native- website build:fast" ,
17- "website: serve" : " yarn workspace react-native- website serve"
13+ "docusaurus" : " yarn --cwd website docusaurus" ,
14+ "start" : " yarn --cwd website start" ,
15+ "build" : " yarn --cwd website build" ,
16+ "build:fast" : " yarn --cwd website build:fast" ,
17+ "serve" : " yarn --cwd website serve"
1818 },
1919 "husky" : {
2020 "hooks" : {
You can’t perform that action at this time.
0 commit comments