Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiasbenedetto/squoosh-desktop-app-website
Website for the Squoosh Desktop App project
https://github.com/matiasbenedetto/squoosh-desktop-app-website
Last synced: 11 days ago
JSON representation
Website for the Squoosh Desktop App project
- Host: GitHub
- URL: https://github.com/matiasbenedetto/squoosh-desktop-app-website
- Owner: matiasbenedetto
- License: apache-2.0
- Created: 2019-07-09T23:08:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T13:10:12.000Z (over 1 year ago)
- Last Synced: 2024-11-02T08:24:26.274Z (18 days ago)
- Language: JavaScript
- Homepage: https://squoosh-desktop.now.sh/
- Size: 12 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Website for the Squoosh Desktop App project
This is a website for the multiplatform desktop app to compress, resize, and crop your images.
You can see in production: [https://squoosh-desktop.now.sh/](https://squoosh-desktop.now.sh/)![Screenshot](screenshot.jpg)
## More info
Squoosh Desktop App is an offline version of [Squosh.app](https://squoosh.app). It's based on Electron and works 100% offline without internet connection.
Squoosh is an open source product made by Google Chrome Labs.
The desktop app is a project of [Matias Benedetto](http://mebenedetto.com).
## Technologies
The website was developed using NextJS, React, Sass and deployed on Now.
## Development
Run development enviroment
`npm run dev`
Deploy
`now`
## Contribute
If you want to contribute to the feel free to make a Pull Request improving the codebase.