Skip to content

Commit 0e1d4f4

Browse files
authored
Update README.md
1 parent 0fa1619 commit 0e1d4f4

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

README.md

+26-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1+
![logo](public/img/icons/apple-touch-icon-180x180.png)
2+
13
# albumer
24

5+
albumer is a SPA meant to make it easier to remember just what album your friends recommended you. In albumer you can easily add, remove and mark albums as listened.
6+
7+
<br />
8+
9+
## How does albumer work?
10+
11+
albumer was built using Vue.js with Vuex and Vue-router. It also uses firebase to handle database and login stuff. We also use [element.io](https://element.eleme.io/#/en-US) for some basic UI componenets such as buttons and input fields somewhere.
12+
13+
<br />
14+
15+
## Who will use this?
16+
17+
Anyone who has an interest in listening to new music, but finds the management of having to remember what albums to listen to hard!
18+
19+
20+
<br />
21+
<br />
22+
23+
24+
25+
# Instructions for how to develop, use, and test the code.
26+
327
## Project setup
428
```
529
npm install
@@ -15,12 +39,12 @@ npm run serve
1539
npm run build
1640
```
1741

18-
### Run your unit tests
42+
### Run unit tests
1943
```
2044
npm run test:unit
2145
```
2246

23-
### Run your end-to-end tests
47+
### Run end-to-end tests
2448
```
2549
npm run test:e2e
2650
```
@@ -29,6 +53,3 @@ npm run test:e2e
2953
```
3054
npm run lint
3155
```
32-
33-
### Customize configuration
34-
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)