Skip to content

Commit 7154d99

Browse files
authored
Update README.md
Fixed styling
1 parent e9b13f2 commit 7154d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ docker run -d --name lowcoder-dev -p 3000:3000 -v "$PWD/stacks:/lowcoder-stacks"
3636

3737
```bash
3838
cd client
39-
```bash
39+
```
4040

4141
4. Run yarn to install dependencies: .
4242

4343
```bash
4444
yarn install
45-
```bash
45+
```
4646

4747
5. Start dev server: `LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start`.
4848
6. After the dev server starts successfully, it will be automatically opened in the default browser.

0 commit comments

Comments
 (0)