Skip to content

Commit

Permalink
clean up; update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Feb 19, 2024
1 parent 333ad67 commit e930db7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 137 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Functional Programming

install:
To read the lecture notes head to the [course homepage](aicenter.github.io/FUP/)


## Build the page


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

```bash
npm run docs:dev
```

Or to build and preview:

```bash
npm add -D markdown-it-mathjax3
npm add -D markdown-it-footnote
npm run docs:build
npm run docs:preview
```
49 changes: 0 additions & 49 deletions api-examples.md

This file was deleted.

85 changes: 0 additions & 85 deletions markdown-examples.md

This file was deleted.

0 comments on commit e930db7

Please sign in to comment.