Skip to content

Commit f87c1fc

Browse files
committed
improve readme
1 parent bf32d9c commit f87c1fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,14 @@ You can then start the backend using:
286286
yarn backend::start
287287
```
288288

289-
As the frontend is built in modern React, we use [Webpack](https://webpack.js.org) and its devserver to develop. Visit localhost:8080 in your browser to view it. The backend runs on a different port, so we need to tell the frontend how to reach the backend. This can be done through the `API_BASE_URL` environment variable. To start the frontend devserver with the backend listening on port 3000, simply provide it using:
289+
As the frontend is built in modern React, we use [Webpack](https://webpack.js.org) and its devserver to develop. The frontend is available at localhost:8080. The backend runs on a different port, so we need to tell the frontend how to reach the backend. This can be done through the `API_BASE_URL` environment variable. To start the frontend devserver with the backend listening on port 3000, simply provide it using:
290290

291291
```bash
292292
API_BASE_URL=http://localhost:3000/api yarn frontend::start
293293
```
294294

295+
After registering, open localhost:8082 to view the verification mail.
296+
295297
We also provide a set of utility scripts in our [package.json](package.json)'s `script` section, such as linting, formatting and type-checking.
296298

297299
### Building images

0 commit comments

Comments
 (0)