yurpl / fossasia-gci-companion

A desktop app for fossasia gci students and mentors helping them with their tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOSSASIA GCI Companion

This is a desktop app for FOSSASIA GCI students and mentors aiming to help them with some of their tasks.

Features

✓ = implemented ✗ = to do

  • Setting global git config for user name and email (✓)
  • Adding credentials for FOSSASIA GCI website (✗)
  • Updating your fork of FOSSASIA Github repos (✗)

And more..

Development

FOSSASIA GCI Companion is a desktop app that work on Linux, MacOS and Windows 64bit/32bit operating systems.

It's developed using the electron platform. Learn more

To build locally you need nodejs version 5.1.0 or later. Its good to have npm 3.5.0 or later as well.

$ node --version
v5.1.0
$ npm --version
3.5.3

Fork, clone and run!

$ npm install
$ npm start

Having troubles? See if someone else faced the same trouble and fixed it here

Help development by working on an issue

About

A desktop app for fossasia gci students and mentors helping them with their tasks

License:MIT License


Languages

Language:JavaScript 65.0%Language:HTML 29.7%Language:CSS 5.2%