Skip to content

Realtime collaborative tool which can run custom applications in a Wiki page

License

Notifications You must be signed in to change notification settings

jeffi7/cattaz

 
 

Repository files navigation

Cattaz

Build Status codecov Coverage Status Maintainability dependencies Status devDependencies Status

Cattaz

Cattaz is a realtime collaborative tool which can run custom applications in a Wiki page.

Features

Usage

Local

Install Node 8 and yarn.

yarn install
yarn start

Now you can visit http://localhost:8080/ to view the application.

Docker

docker build . -t cattaz # --build-arg http_proxy=http://user:pass@proxy.example.com:8080 --build-arg https_proxy=http://user:pass@proxy.example.com:8080
docker run -it -p 8080:8080 -p 1234:1234 cattaz

Now you can visit http://localhost:8080/ to view the application.

Links

About

Realtime collaborative tool which can run custom applications in a Wiki page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 77.7%
  • HTML 17.0%
  • CSS 4.7%
  • Shell 0.6%