Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 782 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 782 Bytes

Alldocs

Build Status Sponsor

This is an online converter for text files, based on pandoc. It’s free and open source.

Technologies

  • PHP
  • Laravel
  • MySQL
  • Pandoc

Dependencies

  • Docker
  • Docker Compose

Run Development Environment

# 1. Build images
docker-compose build

# 2. Run containers in background
docker-compose up -d

Open application

http:https://localhost

Related repositories