Skip to content

aicenter/FUP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae2670b · May 20, 2024
Feb 20, 2024
May 20, 2024
May 15, 2024
May 2, 2024
May 2, 2024
May 15, 2024
May 15, 2024
May 20, 2024
Feb 27, 2024
May 15, 2024
Feb 26, 2024
Mar 1, 2024
Apr 9, 2024
May 6, 2024
May 6, 2024

Repository files navigation

Functional Programming

To read the lecture notes head to the course homepage.

Build the page

You need npm to build the page. Once you have that it should be enough to:

npm install
npm run docs:dev

Or to build and preview:

npm run docs:build
npm run docs:preview