webamp/experiments/automatedScreenshots/README.md
2018-04-14 11:44:24 -07:00

36 lines
558 B
Markdown

# Automated Screenshots
## Setup
Clone the Webamp repo:
```
git clone git@github.com:captbaritone/webamp.git
```
Start Webamp in dev mode:
```
cd webamp
yarn install
npm start
```
Webamp should now be running on your local port 8080.
Now, in a separate terminal:
```
cd experiments/automated_screenshots
yarn install
```
Place skins in `experiments/automated_screenshots/skins`. Subdirectories are fine, `.wsz` files will be searched for recursively.
```
npm start
```
Wait...
Find screenshots in `experiments/automated_screenshots/screenshots`.