mirror of
https://github.com/usememos/memos.git
synced 2024-12-31 01:21:48 +08:00
chore: readme typo
This commit is contained in:
parent
c7644cf366
commit
af4b61143f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
|
||||||
3. start frontend dev server
|
3. start frontend dev server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd frontend && yarn && yarn dev
|
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 https://localhost:3000 and change either frontend or backend code would trigger live reload.
|
||||||
|
|
Loading…
Reference in a new issue