cattaz
1.0.0

Cattaz is a realtime collaborative tool which can run custom applications in a Wiki page.
Install Node 14 and yarn.
yarn install
yarn startNow you can visit http://localhost:8080/ to view the application.
docker build . -t cattaz # --build-arg http_proxy=http://user:[email protected]:8080 --build-arg https_proxy=http://user:[email protected]:8080
docker run -it -p 8080:8080 cattazNow you can visit http://localhost:8080/ to view the application.
# export http_proxy=http://user:[email protected]:8080
# export https_proxy=http://user:[email protected]:8080
docker-compose upNow you can visit http://localhost:8080/ to view the application.
http://cattaz.io/ has been terminated