Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naishasinha authored Jun 7, 2024
1 parent b5c0c89 commit b29e39d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ In order to switch the server target between local and remote server development

To change the DNA file simulations, simply change the file name within the `handleGetSim` function in `client/src/tutorial.index.js`.

```
const handleGetTutorial = (e) => {
e.preventDefault(); // Avoid refreshing automatically on submit
dispatch(getTutorial("Lesson" + e.target.id, setTutorial));
handleGetSim("example", setSimData)
}
```

### For Educators

Each tutorial page is written
Expand Down

0 comments on commit b29e39d

Please sign in to comment.