Skip to content

aicenter/FUP

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