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.
- Host: GitHub
- URL: https://github.com/zetavg/dr.find
- Owner: zetavg
- Created: 2014-07-24T07:19:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T19:44:46.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T12:44:19.396Z (4 months ago)
- Size: 768 KB
- Stars: 0
- Watchers: 4
- 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 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 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: