🤙 figurando
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 261 KiB |
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 178 KiB |
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 186 KiB |
After Width: | Height: | Size: 282 KiB |
After Width: | Height: | Size: 131 KiB |
17
README.md
|
@ -17,11 +17,17 @@ Starting on **2022-01** the [Chevereto](https://chevereto.com) organization won'
|
||||||
|
|
||||||
![Homepage](.github/screen/1.webp)
|
![Homepage](.github/screen/1.webp)
|
||||||
|
|
||||||
![Uploader](.github/screen/2.webp)
|
![Uploader light](.github/screen/2.webp)
|
||||||
|
|
||||||
![Explorer](.github/screen/3.webp)
|
![Uploader dark](.github/screen/3.webp)
|
||||||
|
|
||||||
![Dashboard](.github/screen/4.webp)
|
![Upload complete](.github/screen/4.webp)
|
||||||
|
|
||||||
|
![Explorer](.github/screen/5.webp)
|
||||||
|
|
||||||
|
![Dashboard](.github/screen/6.webp)
|
||||||
|
|
||||||
|
🍿 [Video screen (mobile)](.github/screen/vid1.mp4)
|
||||||
|
|
||||||
## About this fork
|
## About this fork
|
||||||
|
|
||||||
|
@ -56,7 +62,10 @@ Chevereto-Free is a mature fork of [Chevereto V3.16.2](https://releases.cheveret
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
composer create-project chevereto/chevereto-free . \
|
composer create-project chevereto/chevereto-free . \
|
||||||
--repository='{"url": "https://github.com/chevereto/chevereto-free.git", "type": "vcs"}' \
|
--repository='{
|
||||||
|
"url": "https://github.com/chevereto/chevereto-free.git",
|
||||||
|
"type": "vcs"
|
||||||
|
}' \
|
||||||
--remove-vcs \
|
--remove-vcs \
|
||||||
--ignore-platform-reqs
|
--ignore-platform-reqs
|
||||||
```
|
```
|
||||||
|
|