Skip to content

Commit

Permalink
add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
julsraemy committed Feb 12, 2024
1 parent e75eb95 commit 085cf99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@
A website telling you more about my PhD thesis on Linked Open Usable Data (LOUD).

Title: *Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability*

## Installing Eleventy

To install [11ty](https://www.11ty.dev/), you can run the following command:

```
npm install @11ty/eleventy --save-dev
```

## Serving the website

To serve the website on http://localhost:8080/, run:

```
npm start
```

0 comments on commit 085cf99

Please sign in to comment.