If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.
Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.
## 🏗 Development
@ -73,7 +73,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
cd web && yarn && yarn dev
```
Memos should now be running at https://localhost:3000 and change either frontend or backend code would trigger live reload.
Memos should now be running at [http://localhost:3000](http://localhost:3000) and change either frontend or backend code would trigger live reload.