Skip to content

Commit ea937c0

Browse files
authored
Merge pull request #4268 from dafydddev/patch-4
Update setup instructions for routed-anecdotes
2 parents 5b21343 + 2cbdb89 commit ea937c0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/content/7/en/part7a.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,12 +594,17 @@ Let's once again return to working with anecdotes. Use the app found in the repo
594594

595595
If you clone the project into an existing git repository, remember to delete the git configuration of the cloned application:
596596

597+
```bash
597598
cd routed-anecdotes // go first to directory of the cloned repository
598599
rm -rf .git
600+
```
601+
599602
The application starts the usual way, but first, you need to install its dependencies:
600603

604+
```bash
601605
npm install
602606
npm run dev
607+
```
603608

604609
#### 7.1: useField hook
605610

0 commit comments

Comments
 (0)