yaniiv / naviGITor

Keep track of your teammate's local Git activity!

Home Page:http://navigitorsite.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navigITor is a visualization of a team-based Git workflow that updates in real-time when users emit Git events.

Technologies used in this project include:

  • Electron
  • React
  • Cytoscape
  • RxJS
  • Socket.io
  • Node / Express
  • Webpack
  • SCSS
  • Mocha / Chai

Installation

Grab code and resolve module dependencies

git clone https://github.com/team-navigitor/naviGITor.git
cd naviGITor
npm install

Developing

First build files and start server

npm start

Run Electron App

Open a new tab

npm run electron

Testing

npm run test

File Structure

Client Side

React components will be layed out in the src folder from the root directory.

Server Side

Express/Socket.io components will be in the server folder from the root directory

Deploy

Build sources with webpack

npm run build
npm run package

Make sure to edit the root 'index.js' file to point loadURL to the root 'index.html'. The root 'index.html' file will point to the 'build' folder with the bundled js file. Those files will need to be shipped out.

About

Keep track of your teammate's local Git activity!

http://navigitorsite.herokuapp.com/


Languages

Language:JavaScript 88.4%Language:CSS 7.8%Language:HTML 3.8%