cattaz
1.0.0

Cattaz是一种实时协作工具,可以在Wiki页面中运行自定义应用程序。
安装节点14和纱线。
yarn install
yarn start现在,您可以访问http://localhost:8080/查看应用程序。
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 cattaz现在,您可以访问http://localhost:8080/查看应用程序。
# export http_proxy=http://user:[email protected]:8080
# export https_proxy=http://user:[email protected]:8080
docker-compose up现在,您可以访问http://localhost:8080/查看应用程序。
http://cattaz.io/已终止