Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcatdmz/pandoc-nextjs-server
A simple web UI for Pandoc
https://github.com/arcatdmz/pandoc-nextjs-server
baseweb docker dockerfile nextjs nodejs pandoc
Last synced: about 1 month ago
JSON representation
A simple web UI for Pandoc
- Host: GitHub
- URL: https://github.com/arcatdmz/pandoc-nextjs-server
- Owner: arcatdmz
- License: other
- Created: 2020-04-07T14:07:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T18:28:17.000Z (over 1 year ago)
- Last Synced: 2023-04-04T15:37:01.332Z (over 1 year ago)
- Topics: baseweb, docker, dockerfile, nextjs, nodejs, pandoc
- Language: TypeScript
- Homepage:
- Size: 308 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pandoc-nextjs-server
[![Build and deploy Docker app to Azure](https://github.com/arcatdmz/pandoc-nextjs-server/workflows/Build%20and%20deploy%20Docker%20app%20to%20Azure/badge.svg)](https://github.com/arcatdmz/pandoc-nextjs-server/actions?query=workflow%3Adeploy)
### A simple web UI for [Pandoc](https://pandoc.org/)
Upload, convert, and download the file with ease.
- Demo site: https://pandoc.digitalmuseum.jp
- Docker image: [arcatdmz/pandoc-nextjs-server](http://hub.docker.com/repository/docker/arcatdmz/pandoc-nextjs-server) (built with [GitHub Actions]())![Screenshot](https://i.gyazo.com/9ad5ea13216154750470b0659157facb.png)
#### How to use
1. `git clone`
```sh
git clone https://github.com/arcatdmz/pandoc-nextjs-server.git
cd pandoc-nextjs-server
```2. Build a docker image
```sh
docker build -t pandoc-nextjs-server .
docker run -p 3000:3000 -it --rm --name pns pandoc-nextjs-server
```3. Go to http://localhost:3000
4. Have fun!---
(c) Jun Kato 2020-2021