From 2cbdb8959e2e882f15500566671ae5b22d979b6c Mon Sep 17 00:00:00 2001 From: D <85412836+dafydddev@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:08:00 +0100 Subject: [PATCH] Update setup instructions for routed-anecdotes Added markdown to bash commands --- src/content/7/en/part7a.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/7/en/part7a.md b/src/content/7/en/part7a.md index e9769af6f67..956c9733ffa 100644 --- a/src/content/7/en/part7a.md +++ b/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 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