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

Commit 2a2cce4

Browse files
committed
docs: fix indent
1 parent 1d8afb1 commit 2a2cce4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ Some config files are using domain `local.topcoder-dev.com`. You can change it t
121121
```
122122

123123
3. Run **TaaS** micro-app:
124-
```sh
125-
# inside folder "taas-app" run:
124+
```sh
125+
# inside folder "taas-app" run:
126126
127-
nvm use # or make sure to use Node 10
128-
npm i # to install dependencies
127+
nvm use # or make sure to use Node 10
128+
npm i # to install dependencies
129129
130-
npm run dev
131-
```
130+
npm run dev
131+
```
132132

133133
- Now open in the browser http://localhost:8080/taas/myteams.
134134
- If you are not logged-in yet, you should be redirected to the login page.

0 commit comments

Comments
 (0)