Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.13 KB

SQL formatter GUI

docker-build docker-pulls docker-pulls

image

Hosted on github.io

How to run

docker run --rm -p <your-port>:5000 sakata1222/sql-formatter

Access to http://<your-host>:<your-port>

Build by yourself

Container

build a image

make

run as a container

docker run --rm -p <your-port>:5000 sql-formatter

Production mode

yarn start

If you have already built the sources, you can start the service as follows:

yarn serve

Development mode

yarn start:dev