Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/7/en/part7a.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,17 @@ Let's once again return to working with anecdotes. Use the app found in the repo

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

```bash
cd routed-anecdotes // go first to directory of the cloned repository
rm -rf .git
```

The application starts the usual way, but first, you need to install its dependencies:

```bash
npm install
npm run dev
```

#### 7.1: useField hook

Expand Down