Source code & content for the course materials website.
This is a static website built with SvelteKit.
Text content of the pages can be found in the .md files under /src/content.
- install nodejs
- run
npm install
to install the dependencies - run
npm run dev
to start the development server