mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
📚 Add instructions on running only the docs server
This commit is contained in:
parent
71507fb9b7
commit
a674b5f914
@ -45,4 +45,9 @@ run the `build:types` script in the parent directory, i.e.
|
||||
pnpm run build:types
|
||||
|
||||
This will spawn a local HTTP server on port 9090 and run the `prepare_api_docs.py` script with the
|
||||
URL `http://localhost:9090`.
|
||||
URL `http://localhost:9090`.
|
||||
To run only the server without executing the script, run
|
||||
|
||||
cd ..
|
||||
caddy file-server --root ../plugins/dist/doc/ --listen 127.0.0.1:9090
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user