https://github.com/AlmirJNR/file-previewer
https://github.com/AlmirJNR/file-previewer
css deno embedded html javascript pdf static typescript webserver
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/AlmirJNR/file-previewer
- Owner: AlmirJNR
- Created: 2024-10-28T20:00:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:40:21.000Z (over 1 year ago)
- Last Synced: 2025-02-11T17:57:46.808Z (over 1 year 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 files inside multiple folders
## How To
### Develop
...
### Build
```shell
# creates and compresses the release packages for both linux and windows
make
```
go to `./release` folder and uncompress your release
### Run in development mode
...