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.
- Host: GitHub
- URL: https://github.com/gitobi/tech-advisors
- Owner: gitobi
- Created: 2015-05-11T03:47:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T04:09:33.000Z (almost 11 years ago)
- Last Synced: 2025-03-29T07:18:08.380Z (about 1 year ago)
- Language: CSS
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```