https://github.com/kdchang/dr.find
Dr.Find is a platform that make people can find the suitable doctor easier.
https://github.com/kdchang/dr.find
Last synced: 3 months ago
JSON representation
Dr.Find is a platform that make people can find the suitable doctor easier.
- Host: GitHub
- URL: https://github.com/kdchang/dr.find
- Owner: kdchang
- Created: 2014-07-07T03:10:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T14:32:40.000Z (almost 11 years ago)
- Last Synced: 2025-02-08T09:32:24.919Z (5 months ago)
- Language: JavaScript
- Size: 43.3 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 serve
```# 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 ProblemProblem:
```
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: