Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).