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

https://github.com/zetavg/dr.find

Dr.Find is a platform that make people can find the suitable doctor easier.
https://github.com/zetavg/dr.find

Last synced: 2 months ago
JSON representation

Dr.Find is a platform that make people can find the suitable doctor easier.

Awesome Lists containing this project

README

        

# Environment Version
- Michael Hsu

```
$ node -v
v0.10.29

$ npm -v
1.4.20
```

# Getting Start

```
$ git clone [email protected]:kdchang/Dr.Find.git
$ sudo npm install
$ bower install
$ grunt server
```

# Deploy

```
$ grunt build
$ git subtree push --prefix dist origin gh-pages
```

- link: [kdchang.cc/Dr.Find](http://kdchang.cc/Dr.Find/#/)

# Possible Problem
## 1. Compass Task Problem

Problem:

```
Running "concurrent:server" (concurrent) task
Warning: Running "compass:server" (compass) task
Warning: Couldn't find the `compass` binary. Make sure it's installed and in your $PATH Use --force to continue.
```

Solved: [stackoverflow](http://stackoverflow.com/questions/21865609/grunt-need-compass-installed-in-system-path-warning)

## 2. Problem Title

Problem:

Solved: