To install git in Linux-like systems you can do it via your native package management system:
$ yum install git
{ | |
"manifest_version": 2, | |
"name": "The International Prize Pool Tracker", | |
"version": "1.0", | |
"permissions": [ | |
"http://dota2.cyborgmatt.com/prizetracker/", | |
"tabs", | |
"contextMenus" |
{ | |
"errors": [], | |
"warnings": [], | |
"version": "1.12.1", | |
"hash": "c87ea02a19b5c2522519", | |
"time": 23738, | |
"publicPath": "/build/", | |
"assetsByChunkName": { | |
"main": [ | |
"main.js", |
let module Index = BS_Index; | |
let module Test1 = BS_Test1; |
Welcome to the Kisi Web Development Challenge!
The aim of the web development challenge is to demonstrate technical prowess and speed of execution by quickly bootstrapping a simple web app leveraging the Kisi REST API. For this purpose, a boilerplate project may and likely should be used to finish the challenge within a limited amount of time. Eventually, the web app should be accessible through HTTPs, for example by deploying it to Heroku or Now or Netlify
Mandatory libraries:
if (has("termguicolors")) | |
set termguicolors | |
endif | |
set guifont=monospace:h12 | |
let g:loaded_ruby_provider = 0 | |
let g:loaded_node_provider = 0 | |
let g:loaded_perl_provider = 0 |