A Simple, progressive webapp ready wiki. It's nowhere near ready yet, but it's getting there.
$ git clone "https://github.com/AlyssaDaemon/wuzhu.git" wuzhu
$ cd wuzhu
$ npm install
$ $EDITOR config.json #There's a config.json.example you could copy or move
$ gulp
Then just serve the build directory with your favourite web server. For it to work as a ProgressiveWebApp™ Google and others require it to be served over HTTPS, so please keep that in mind. It will still work without HTTPS, you just lose caching so no offline mode. (Could be solved with an appcache, pull requests welcome).
- A working CouchDB server, serving over HTTPS hopefully
- You'll need to set a config.json file in root that at least has the keys: "db_name" and "db_host". These set the name and the host for the local and remote databases.
- Signup (can login, but not signup)
- Deal with conflicts, currently it just errors.