Skip to content

kawasima/remilama

Repository files navigation

Remilama

License: MIT

Remilama is a tool for review documents.

Deploy

overview

Usage

Running remilama locally

% yarn production

For development

Run remilama in the development mode.

% yarn start

Customization

Add custom fields

You can add custom fields to a comment. When you create a review, set a file such as the following.

[
  {
    "id": "solutions",
    "label": "Solutions",
    "type": "text"
  },
  {
    "id": "cause",
    "label": "Cause",
    "type": "dropdown",
    "source": [
      "Carelessly",
      "Misunderstood",
      "Intentional"
    ]
  }
]

About

Realtime online document review system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published