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

https://github.com/andytango/mupdf-js-demo


https://github.com/andytango/mupdf-js-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# mupdf-js-demo

Empty project.

## Building and running on localhost

First install dependencies:

```sh
npm install
```

To run in hot module reloading mode:

```sh
npm start
```

To create a production build:

```sh
npm run build-prod
```

## Running

Open the file `dist/index.html` in your browser

## Credits

Made with [createapp.dev](https://createapp.dev/)