Skip to content

Commit 2cbdb89

Browse files
authored
Update setup instructions for routed-anecdotes
Added markdown to bash commands
1 parent 0f72b1f commit 2cbdb89

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)