Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willyspinner authored Feb 4, 2018
1 parent 8e79f10 commit 90c4995
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ HackUCI project. Find me a dog!


## What is Woof?
Woof is an app for dog owners and dog lovers to connect with one another.
![alt text](http://url/to/img.png)
Woof is a
## Running instructions

To run this app, clone the directory
Expand All @@ -13,8 +12,10 @@ To run this app, clone the directory

Then, make sure you have the required dependencies installed. `npm`, `mongodb`, `nodejs`.

After that,
After that,
```sh
npm install;
mongod;
npm run dev
```

0 comments on commit 90c4995

Please sign in to comment.