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