mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 11:31:37 +02:00
📚 Update documentation.
This commit is contained in:
parent
6c67c3c71b
commit
c2fe4b0ccc
4 changed files with 62 additions and 66 deletions
|
@ -11,7 +11,7 @@ good amount of content (usually used for just test the application or
|
|||
perform performance tweaks on queries).
|
||||
|
||||
In order to load fixtures, enter to the REPL environment executing the
|
||||
`bin/repl` script, and then execute `(uxbox.fixtures/run {:preset :small})`.
|
||||
`bin/repl` script, and then execute `(app.cli.fixtures/run {:preset :small})`.
|
||||
|
||||
You also can execute this as a standalone script with:
|
||||
|
||||
|
@ -34,8 +34,8 @@ If you have a REPL access to the running process, you can execute it
|
|||
from there:
|
||||
|
||||
```clojure
|
||||
(require 'uxbox.fixtures)
|
||||
(uxbox.fixtures/run :small)
|
||||
(require 'app.cli.fixtures)
|
||||
(app.cli.fixtures/run :small)
|
||||
```
|
||||
|
||||
To access to the running process repl you usually will execute this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue