Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 973 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 973 Bytes

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.