Add setup instructions and fix links to initial episodes - #4
Conversation
| $ python swc-installation-test-1.py | ||
| Passed | ||
| ~~~ | ||
| This lesson requires you to install [Pixi](https://pixi.prefix.dev/latest/) and [Node.js](https://nodejs.org/en) to get started. While |
There was a problem hiding this comment.
So, we're using pixi here?
There was a problem hiding this comment.
For the backend, I guess? I don't mind, necessarily, but I would say if we're not doing anything that would include ex-conda stuff, I think uv would be more familiar to people.
Edit: If you think most people there will be familiar with pixi, then just ignore this comment.
There was a problem hiding this comment.
We also should add pnpm as a requirement here.
There was a problem hiding this comment.
I'm fine with switching to uv. Let me make that change here.
|
Also, not related to this pr, but I would like to move the inflammation-chart.tsx to a separate components directory outside of the app directory. Just to encourage the fact that you can reuse these components across different pages. So, you could include the chart in whatever page you want. |
That sounds good to me. Thank you for looking at it! |
|
I've replaced pixi with uv. I'm going to go ahead and merge so I can evaluate the redeployed site. If you have other concerns, let's discuss tomorrow. |
This should fix most of the issues with the site and add setup instructions. Hard to test from a branch, so I'd say just give it a lookover and if it looks ok let's merge and fix lingering issues after seeing it redeploy.