Skip to content

Commit

Permalink
feat: refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
mandragora-hub committed Jun 23, 2024
1 parent 6547660 commit e692796
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 1,045 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ The services will respond with the next JSON, given the URL <https://litterarum.
}
}
```

## Development

Run docker-compose in watch mode:

```bash
docker compose up --watch
```

Or also if you prefer can use Live serve directly with vscode.
43 changes: 0 additions & 43 deletions static/custom.css

This file was deleted.

7 changes: 3 additions & 4 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
rel="stylesheet"
href="https://assets.ubuntu.com/v1/vanilla-framework-version-4.12.0.min.css"
/>
<!-- <link rel="stylesheet" href="custom.css" /> -->
<!-- <link href="lib/jsonTree.css" rel="stylesheet" /> -->
<!-- <script src="lib/jsonTree.js"></script> -->
<link rel="manifest" href="site.manifest.json" />
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<title>PDF Metadata Extractor</title>
</head>

Expand Down Expand Up @@ -104,7 +103,7 @@ <h4 class="p-muted-heading">PDF Metadata Extractor</h4>
<script src="script.js"></script>
<script
defer
data-domain="extractor.metadata.redania.lat"
data-domain="mandragora-hub.github.io/pdfutils-ui"
src="https://plausible.redania.lat/js/script.js"
></script>
</body>
Expand Down
122 changes: 0 additions & 122 deletions static/lib/jsonTree.css

This file was deleted.

Loading

0 comments on commit e692796

Please sign in to comment.