Skip to content

Commit 7973136

Browse files
committed
Merge branch 'base-challenge-template' of github.com:scaffold-eth/se-2-challenges into challenge-dice-game
2 parents 0187b5f + 51fee28 commit 7973136

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
@@ -53,7 +53,16 @@ yarn start
5353

5454
📱 Open http://localhost:3000 to see the app.
5555

56-
> 👩‍💻 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.
56+
> 👩‍💻 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.
57+
58+
---
59+
60+
⚠️ 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.
61+
62+
🔧 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:
63+
64+
- Cursor: remove `*` from `.cursorignore` file
65+
- VSCode: set `chat.disableAIFeatures` to `false` in `.vscode/settings.json` file
5766

5867
---
5968

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
@@ -40,7 +40,15 @@ yarn start
4040
4141
📱 Open http://localhost:3000 to see the app.
4242
43-
> 👩‍💻 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.
43+
> 👩‍💻 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.
44+
45+
---
46+
47+
⚠️ 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.
48+
49+
🔧 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:
50+
- Cursor: remove \`*\` from \`.cursorignore\` file
51+
- VSCode: set \`chat.disableAIFeatures\` to \`false\` in \`.vscode/settings.json\` file
4452
4553
---
4654

0 commit comments

Comments
 (0)