2019-01-10 20:39:51 -08:00
2019-01-10 18:58:01 -08:00
2019-01-10 19:43:55 -08:00
2018-11-16 15:39:26 -08:00
2019-01-10 19:43:55 -08:00
2019-01-10 19:43:55 -08:00
2019-01-10 20:39:51 -08:00
2018-11-16 15:39:26 -08:00

VoTT (Visual Object Tagging Tool)

Build Status Code Coverage

The v2 branch is a complete reboot of the original VoTT, and currently don't share git histories. The purpose of v2 is to create a more extensible version of the original application while leveraging more recent frameworks such as React/Redux.

This project was bootstrapped with Create React App. For available scripts and other related info, see our docs.

Contributing Guidelines

We welcome issues and pull requests into the project. We ask that you follow these simple guidelines:

Issues

  • Look for duplicate issues & comment on thread if experiencing something similar
  • Fill in template information (platform, OS, version, screenshots, etc.)

Pull Requests

  1. Find an issue to work on, or create a new one
  2. Fork repo, make sure you have latest changes from v2
  3. Create branch following naming convention: git checkout -b issue-<###>-<short-description>.
  4. Write code
  5. Add unit tests
  6. Verify linting and unit tests by running npm test
  7. Update docs if needed
  8. Rebase on v2 and resolve conflicts
  9. Submit PR to v2 branch

Try to keep PRs small to decrease the time required to review and merge

Style

  1. This repo use EditorConfig to maintain consistent style, please refer to this guide for more information.

Usage

For those who just want to use VoTT rather than contributing to it, you have two options:

Find our most recent release, download and run. v2 releases will be prefixed by 2.x.

Clone repo and run from terminal using npm

Run the following commands in your terminal:

 git clone https://github.com/Microsoft/VoTT
 cd VoTT
 git checkout v2
 npm install
 npm start

Important to note that when running with npm, both the electron and the browser versions of the application will start. One major difference is that electron can access the local file system.

S
Descrição
Descrição não fornecida
Readme MIT 58 MiB
Linguagens
TypeScript 93.5%
JavaScript 3.5%
SCSS 1.9%
Shell 0.7%
HTML 0.3%