Cattaz Save

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

Project README

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

  • Wiki using Markdown with realtime preview and operational transformation
  • Custom applications run in preview pane

Usage

Local

Install Node 14 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:[email protected]:8080 --build-arg https_proxy=http://user:[email protected]:8080
docker run -it -p 8080:8080 cattaz

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

Docker Compose

# export http_proxy=http://user:[email protected]:8080
# export https_proxy=http://user:[email protected]:8080
docker-compose up

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

Open Source Agenda is not affiliated with "Cattaz" Project. README Source: FujitsuLaboratories/cattaz
Stars
203
Open Issues
19
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating