https://github.com/almirjnr/pdf-viewer
https://github.com/almirjnr/pdf-viewer
css deno embedded html javascript pdf static typescript webserver
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/almirjnr/pdf-viewer
- Owner: AlmirJNR
- Created: 2024-10-28T20:00:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:40:21.000Z (11 months ago)
- Last Synced: 2025-02-11T17:57:46.808Z (8 months ago)
- Topics: css, deno, embedded, html, javascript, pdf, static, typescript, webserver
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
Simple tool for showing multiple pdf's inside multiple folders in the same presentation
## How To
### Run in development mode
With Deno installed run
```bash
deno run dev
```### Use
[Click me](http://localhost:4200) or manually go
to http://localhost:4200 to start using the application### Build and run in production mode
With Deno installed run
```bash
# this will build the executable for linux
deno run build:linux# this will build the executable for windows in .exe format
deno run build:windows
```Locate the respective file in the source folder:
- start (for linux)
- start.exe (for windows)