We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b21343 + 2cbdb89 commit ea937c0Copy full SHA for ea937c0
1 file changed
src/content/7/en/part7a.md
@@ -594,12 +594,17 @@ Let's once again return to working with anecdotes. Use the app found in the repo
594
595
If you clone the project into an existing git repository, remember to delete the git configuration of the cloned application:
596
597
+```bash
598
cd routed-anecdotes // go first to directory of the cloned repository
599
rm -rf .git
600
+```
601
+
602
The application starts the usual way, but first, you need to install its dependencies:
603
604
605
npm install
606
npm run dev
607
608
609
#### 7.1: useField hook
610
0 commit comments