Skip to content

Commit 2e7493a

Browse files
author
gilphilbert
committed
update readme
1 parent 8925fec commit 2e7493a

File tree

5 files changed

+15
-23
lines changed

5 files changed

+15
-23
lines changed

README.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
# jukestudio
1+
# juke.studio
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
![Desktop](images/desktop.png)
4+
![Mobile](images/mobile.png)
5+
6+
JukeStudio is an online jukebox title strip creator that creates true-to-original title strips for 1950s and later jukeboxes.
7+
8+
This is the source repository, the application is available at https://juke.studio
9+
10+
![Labels](images/labels.png)
711

8-
### Compiles and hot-reloads for development
12+
## Development environment
913
```
14+
git clone [email protected]:gilphilbert/jukestudio.git
15+
cd jukestudio
16+
npm i
1017
npm run serve
1118
```
1219

13-
### Compiles and minifies for production
20+
### Building for production
1421
```
1522
npm run build
16-
```
17-
18-
### Lints and fixes files
19-
```
20-
npm run lint
21-
```
22-
23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
23+
```

images/desktop.png

79.2 KB
Loading

images/labels.png

119 KB
Loading

images/mobile.png

54.8 KB
Loading

src/assets/StyleDefines.json

-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"margins": 8,
1515
"mergeArtist": true
1616
},
17-
"stars": {
18-
"name": "Stars",
19-
"style": "stars",
20-
"maxwidth": 265,
21-
"margins": 8,
22-
"mergeArtist": true
23-
},
2417
"multiple": {
2518
"name": "Split Artist",
2619
"style": "multiple",

0 commit comments

Comments
 (0)