Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/area44/astro-document-viewer
A website that allows you to view document files.
https://github.com/area44/astro-document-viewer
astro docx pdf ssg
Last synced: 14 days ago
JSON representation
A website that allows you to view document files.
- Host: GitHub
- URL: https://github.com/area44/astro-document-viewer
- Owner: AREA44
- License: mit
- Created: 2023-09-14T17:41:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T04:05:12.000Z (24 days ago)
- Last Synced: 2024-10-27T05:17:48.860Z (24 days ago)
- Topics: astro, docx, pdf, ssg
- Language: Astro
- Homepage: https://area44.github.io/astro-document-viewer
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Document Viewer
[![Built with Astro](https://astro.badg.es/v2/built-with-astro/tiny.svg)](https://astro.build)
A website that allows you to view document files.
## Getting Started
To get started with this application, make sure you have Node.js v18+ installed on your system. Then, follow these steps:
```bash
git clone https://github.com/AREA44/astro-document-viewer
cd astro-document-viewer
pnpm install
pnpm dev
```Now, you can open your browser and navigate to http://localhost:4321 to see the application running.
To view your document, simply replace the source of the document in the `` component. For example:
```astro
```
## License
Licensed under the [MIT License](LICENSE).