Professor Strang (Wikipedia, website) delivered his last lecture on 15 May 2023 after a 61 year-long teaching service. I still remember the excitement and fascination I felt when I discovered his MIT lectures on linear algebra.
I made a website where anyone can say thank you to Professor Strang for his teaching: thankyouprofessor.com.
Install dependencies with npm install
(or pnpm install
or yarn
).
To start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
. To deploy the app, you may need to install an adapter for your target environment. I use Node.
See the open issues for a full list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the label "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE.md
or choosealicense.com for more information.
- Twitter: @aristot_3rd
- Website: aristot.io