Skip to content

the universal manuscript livebook & learning center

License

Notifications You must be signed in to change notification settings

chainbase-labs/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

About

the universal manuscript livebook & learning center

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%