Skip to content

KagemniKarimu/scriptorium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptorium_logo_alpha.png

Build Docker Pulls Docker Image Size (latest by date)

🔮 scriptorium

the universal manuscript livebook & learning center

✨ quick start

Pull and run the container directly:

docker run --rm -p 8080:8080 -p 8081:8081 kagemnikarimu/scriptorium

Note: Ports must be mapped to access:

  • 8080: Main interface
  • 8081: LiveBook server

🔬 build yourself

Clone and build locally:

git clone https://github.com/kagemnikarimu/scriptorium
cd scriptorium
docker build -t scriptorium .
docker run --rm -p 8080:8080 -p 8081:8081 scriptorium