Skip to content

Realtime collaborative Wiki platform with custom applications

License

Notifications You must be signed in to change notification settings

kodakat/cattaz

 
 

Repository files navigation

Cattaz

TODO add badges of Travis, Code Climate, Codecov, Coveralls, and David.

Cattaz is a realtime collaborative Wiki platform. You can implement an application that runs in a Wiki page.

Cattaz

  • Project site (TODO link to landing page)
  • Demo site (TODO link to build)
  • Documentation (TODO link to documentation ./docs/index)
    • Documentation on Hello World (TODO link to documentation ./docs/app-hello)

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

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

About

Realtime collaborative Wiki platform with custom applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Other 1.9%