Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 241 Bytes

try_j

Site which provides interactive terminal for running J code.

Use docker-compose to bring up the project.

# bring up project
docker-compose up -d

# bring down project
docker-compose down