Skip to content

Commit 63889d9

Browse files
fix: format how-to-work-on-coding-challenges.mdx
1 parent 20619ab commit 63889d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/how-to-work-on-coding-challenges.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,10 @@ If you are working with the step-based challenges, refer to the [Work on Worksho
741741

742742
There are a few helper scripts that can be used to manage the challenges in a block. Note that these commands should all be run in the block directory. For example:
743743

744-
745744
### Create a New Project
746745

747746
Run `pnpm run create-new-project`. This opens up a command line UI that guides you through the process. Once that has finished, there should be a new challenge in the English curriculum that you can use for the first step of the project. For example, if you created a project called `test-project` in the Responsive Web Design certification, it would be in `curriculum/challenges/english/blocks/test-project`.
747+
748748
```bash
749749
cd curriculum/challenges/english/blocks/basic-algorithm-scripting
750750
```

0 commit comments

Comments
 (0)