-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add documentation for the new directory structure #103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! Just a few little cleanups for consistency.
@@ -38,149 +38,184 @@ This folder contains different files used to pass environment variables (setting | |||
## node_modules/ | |||
|
|||
:::danger | |||
`node_modules/` is written to when running `npm install` and should never be manually edited. | |||
`node_modules/` is written to when running `npm install` and should never be edited. It is in Honeycomb's `.gitignore` and should never be added to git. | |||
::: | |||
|
|||
## psiturkit/ | |||
|
|||
The file `psiturk-it` inside `psiturkit/` is a bash script used to instal PsiTurk locally - see [PsiTurk](psiturk#build-instructions) for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should you add the extension to this psiturk-it
file to better distinguish between the file and the directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, I'm not to worried about it. Nobody really uses psiturk anymore and it's going to be deprecated in v4
Co-authored-by: Timothy Divoll <[email protected]>
Co-authored-by: Timothy Divoll <[email protected]>
Co-authored-by: Timothy Divoll <[email protected]>
Co-authored-by: Timothy Divoll <[email protected]>
Co-authored-by: Timothy Divoll <[email protected]>
Co-authored-by: Timothy Divoll <[email protected]>
src/experiment/
folderindex.js
andhoneycomb.js
experiment/procedures/
experiment/trials/
honeycomb_
.js files are for the example experiment and that the user should create their experiment in new files