Skip to content

Commit de7832e

Browse files
chore(docs) updated main readme
1 parent c60861b commit de7832e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ To set up a new O2S project, use the `create-o2s-app` starter and follow the ins
2424
```sh
2525
npx create-o2s-app my-project
2626
cd my-project
27-
npm install
2827
npm run dev
2928
```
3029

@@ -36,8 +35,6 @@ To start all services in **development mode**, use:
3635
npm run dev
3736
```
3837

39-
TODO: change names
40-
4138
To run individual components:
4239

4340
```sh
@@ -51,8 +48,6 @@ For more details, check the **[Running the project](https://www.openselfservice.
5148

5249
O2S follows a **monorepo structure** using **Turborepo** for managing apps and internal packages.
5350

54-
TODO: change names
55-
5651
```sh
5752
/apps
5853
/frontend # Next.js frontend

0 commit comments

Comments
 (0)