1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Update readme.md

This commit is contained in:
Joe 2020-03-07 09:55:10 +00:00 committed by GitHub
parent 7e4773837f
commit 7c63010f14

View file

@ -76,7 +76,10 @@ yarn run publishdev
then
...
cd packages/server
`yarn run budi` and to run the budibase server
...
if you then want to run the builder in dev mode (i.e. with hot reloading):
@ -85,6 +88,12 @@ if you then want to run the builder in dev mode (i.e. with hot reloading):
2. `yarn dev`
3. Access the builder on http://localhost:3000
...
If you get an error:
lerna ERR! yarn run dev:builder exited 1 in '@budibase/server'
run lsof -ti :4001 | xargs kill
...
This will enable watch mode for both the client AND the server.
### Running Commands from /server Directory