An open API service indexing awesome lists of open source software.

https://github.com/gitobi/tech-advisors

We cooperate to resolve technical issues in your company.
https://github.com/gitobi/tech-advisors

Last synced: 5 months ago
JSON representation

We cooperate to resolve technical issues in your company.

Awesome Lists containing this project

README

          

# Tech Advisors

# How to build

## Requirements

- node
- npm
- git
- gulp
- typescript
- tsd
- bower

## Setup

```sh
git clone https://github.com/gitobi/tech-advisors.git
cd tech-advisors
npm install
tsd reinstall --save --overwrite
bower install
```