https://github.com/brunnerlivio/screenbean.brunnerliv.io
A tool to add colorful backgrounds to screenshots.
https://github.com/brunnerlivio/screenbean.brunnerliv.io
dribbble javascript
Last synced: 3 months ago
JSON representation
A tool to add colorful backgrounds to screenshots.
- Host: GitHub
- URL: https://github.com/brunnerlivio/screenbean.brunnerliv.io
- Owner: BrunnerLivio
- Created: 2020-10-15T22:54:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T09:56:10.000Z (9 months ago)
- Last Synced: 2025-06-16T01:41:41.543Z (4 months ago)
- Topics: dribbble, javascript
- Language: JavaScript
- Homepage: https://screenbean.brunnerliv.io
- Size: 1.42 MB
- Stars: 57
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Motivation
At my company I often tried to promote my websites "nicely". Unfortunately, my co-workers (managers and fellow devs) have a hard time to do so. In order to make things easier for myself, as well as my fellow colleagues I've created ScreenBean!
## Getting started
### Prerequisites
- Node.js installed
- Yarn installed## Run the application locally
Run the following commands in your shell of choice
```bash
git clone https://github.com/BrunnerLivio/screenbean.brunnerliv.io.git
cd screenbean.brunnerliv.io
yarn
yarn start
```## Create a production build
Make sure you are in the projects folder
```bash
yarn run build
```