소스 검색

Update README instructions

Ben Wilber 3 년 전
부모
커밋
b000ee807d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -7,7 +7,8 @@ The objective of this code challenge is to create a library that exposes chat ro
 To start the development environment
 
 ```bash
-npm run dev
+$ npm install
+$ BIND=127.0.0.1 npm run dev
 ```
 
 Then open `localhost:8000` in your browser.