mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 11:51:39 +02:00
📚 Add sample collections to backend document
This commit is contained in:
parent
2abe95cfc2
commit
bb29bea207
1 changed files with 13 additions and 0 deletions
|
@ -29,3 +29,16 @@ in the aplication. All users uses the following pattern:
|
||||||
- Password: `123123`
|
- Password: `123123`
|
||||||
|
|
||||||
Where `N` is a number from 0 to 49 on the default fixture parameters.
|
Where `N` is a number from 0 to 49 on the default fixture parameters.
|
||||||
|
|
||||||
|
|
||||||
|
## Sample media ##
|
||||||
|
|
||||||
|
There is also a media collection with some libraries (material design
|
||||||
|
icons and some colors). It may be loaded with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
clojure -Adev -m uxbox.media-loader ../sample_media/config.edn
|
||||||
|
```
|
||||||
|
|
||||||
|
You have more information at 05-Management-Guide.md document.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue