We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b13f2 commit 7154d99Copy full SHA for 7154d99
client/README.md
@@ -36,13 +36,13 @@ docker run -d --name lowcoder-dev -p 3000:3000 -v "$PWD/stacks:/lowcoder-stacks"
36
37
```bash
38
cd client
39
-```bash
+```
40
41
4. Run yarn to install dependencies: .
42
43
44
yarn install
45
46
47
5. Start dev server: `LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start`.
48
6. After the dev server starts successfully, it will be automatically opened in the default browser.
0 commit comments