Skip to content

Commit 9f78890

Browse files
committed
Merge branch 'base-challenge-template' of github.com:scaffold-eth/se-2-challenges into challenge-dex
2 parents 3dc6b3d + 51fee28 commit 9f78890

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,16 @@ yarn start
5050

5151
📱 Open http://localhost:3000 to see the app.
5252

53-
> 👩‍💻 Rerun `yarn deploy` whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run `yarn deploy --reset` for a completely fresh deploy.
53+
> 👩‍💻 Rerun `yarn deploy --reset` whenever you want to deploy new contracts to the frontend, update your current contracts with changes, or re-deploy it to get a fresh contract address.
54+
55+
---
56+
57+
⚠️ We have disabled AI in Cursor and VSCode and highly suggest that you do not enable it so you can focus on the challenge, do everything by yourself, and hence better understand and remember things. If you are using another IDE, please disable AI yourself.
58+
59+
🔧 If you are a vibe-coder and don't care about understanding the syntax of the code used and just want to understand the general takeaways, you can re-enable AI by:
60+
61+
- Cursor: remove `*` from `.cursorignore` file
62+
- VSCode: set `chat.disableAIFeatures` to `false` in `.vscode/settings.json` file
5463

5564
---
5665

extension/.cursorignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

extension/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"chat.disableAIFeatures": true
3+
}

extension/README.md.args.mjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ yarn start
3737
3838
📱 Open http://localhost:3000 to see the app.
3939
40-
> 👩‍💻 Rerun \`yarn deploy\` whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run \`yarn deploy --reset\` for a completely fresh deploy.
40+
> 👩‍💻 Rerun \`yarn deploy --reset\` whenever you want to deploy new contracts to the frontend, update your current contracts with changes, or re-deploy it to get a fresh contract address.
41+
42+
---
43+
44+
⚠️ We have disabled AI in Cursor and VSCode and highly suggest that you do not enable it so you can focus on the challenge, do everything by yourself, and hence better understand and remember things. If you are using another IDE, please disable AI yourself.
45+
46+
🔧 If you are a vibe-coder and don't care about understanding the syntax of the code used and just want to understand the general takeaways, you can re-enable AI by:
47+
- Cursor: remove \`*\` from \`.cursorignore\` file
48+
- VSCode: set \`chat.disableAIFeatures\` to \`false\` in \`.vscode/settings.json\` file
4149
4250
---
4351

0 commit comments

Comments
 (0)