Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 73fb642

Browse files
authored
Update README.md
1 parent fc374dc commit 73fb642

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
1111

1212
## Components
1313

14-
- [Front end](./front/)
1514
- [Back end](./back/)
15+
- [Front end](./front/)
1616

1717
## Development
1818

1919
- Install dependencies
2020

2121
- [Back end](./back/README.md#dependencies)
22-
- [Front end](./back/README.md#dependencies)
22+
- [Front end](./front/README.md#dependencies)
2323

2424
- Build the server and front end
2525

@@ -30,7 +30,7 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
3030
- Run the server and front end in separate terminals to see separate logs:
3131

3232
```sh
33-
sh run_server.sh
33+
sh run_back.sh
3434
sh run_front.sh
3535
```
3636

0 commit comments

Comments
 (0)