Skip to content

Commit

Permalink
Merge pull request #3 from avinmaster/develop
Browse files Browse the repository at this point in the history
Added backend repo link to README
  • Loading branch information
avinmaster authored Dec 23, 2021
2 parents 57d0f33 + c11460c commit 6350977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
```
yarn install
```
Then, create a new `.env` file and specify the address for your API there. For example:
Then, create a new `.env` file and specify the address for your API there.
For example:
```
VUE_APP_API_URL=house-search.com/api
```
Backend (API): [avinmaster - House Search Backend](https://github.com/avinmaster/house-search-backend)
### Compiles and hot-reloads for development
```
yarn serve
Expand Down

0 comments on commit 6350977

Please sign in to comment.