mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add more clarifications for automated screenshot setup.
This commit is contained in:
parent
de1a3a5693
commit
41256115bb
1 changed files with 11 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
## Setup
|
||||
|
||||
Clone the Winamp2-js repo:
|
||||
|
||||
```
|
||||
git clone git@github.com:captbaritone/winamp2-js.git
|
||||
```
|
||||
|
||||
Start Winamp2-js in dev mode:
|
||||
|
||||
```
|
||||
|
|
@ -10,8 +16,12 @@ yarn install
|
|||
npm start
|
||||
```
|
||||
|
||||
Winamp2-js should now be running on your local port 8080.
|
||||
|
||||
Now, in a separate terminal:
|
||||
|
||||
```
|
||||
cd automated_screenshots
|
||||
cd winamp2-js/automated_screenshots
|
||||
yarn install
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue