You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This tool visualizes student learning paths through educational content, showing
37
37
1. Make sure you have `Node.js` installed. You can download it from https://nodejs.org/en/download/
38
38
2. This uses `bun` to run, build, and deploy. You will need to have the `bun` command installed. You can install it by running ```npm install -g @bun/cli```. Docs: https://bun.sh/
39
39
3. Run ```bun install``` to download the necessary dependencies.
40
-
4. You will need a local .env file with secret variables. Reach out to Ethan for these.
40
+
4. You will need a local .env file with secret variables.
41
41
5. Run ```bun run dev``` to start the development server.
0 commit comments