Skip to content

Commit

Permalink
Typo Fix in README (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthamzz authored and deshraj committed Nov 27, 2016
1 parent 9cdb5d8 commit 840f9fc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
[![Code Climate](https://codeclimate.com/github/Cloud-CV/EvalAI/badges/gpa.svg)](https://codeclimate.com/github/Cloud-CV/EvalAI)


EvalAI is an open source web application that helps researchers, students and data-scientists to create, collaborate and participate in various AI challenges organized round the globe.
EvalAI is an open source web application that helps researchers, students and data-scientists to create, collaborate and participate in various AI challenges organized round the globe.

## How to setup

Setting up EvalAI on your local machine is really easy.
Setting up EvalAI on your local machine is really easy.
Follow this guide to setup your development machine.

1. Install [git], [postgresql] and [virtualenv], in your computer, if you don't have it already.

2. Get the source code on your machine via git.

```shell
git clone https://github.com/Cloud-CV/EvalAI.git evalai
```
Expand All @@ -33,7 +33,7 @@ Follow this guide to setup your development machine.
```

4. Rename `settings/dev.sample.py` as `dev.py` and change credential in `setting/dev.py`

```
cp settings/dev.sample.py settings/dev.py
```
Expand All @@ -54,7 +54,7 @@ Follow this guide to setup your development machine.


7. Open a new terminal window with node install on your machine and type

```
cd frontend
npm install
Expand All @@ -64,20 +64,20 @@ Follow this guide to setup your development machine.
8. To build static files(develpoment) type

```
gulp dev
```
gulp dev
```

9. That's it, Now to connect to dev server at http://127.0.0.1:8000
9. That's it, Now to connect to dev server at http://127.0.0.1:8888

```
gulp connect
```
gulp connect
```

10. To check for static files change run gulp watch task in new terminal window

```
gulp watch
```
gulp watch
```

## Contribution guidelines

Expand Down

0 comments on commit 840f9fc

Please sign in to comment.