Update deployment and git repo link

This commit is contained in:
ruihildt 2020-09-28 22:17:43 +00:00
parent b77833c51f
commit d27df9d604
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
A react application using typescript showing the albums of an artist the user is searching for using a GraphQL endpoint.
- Deployed app: https://ruihildt.github.io/spoti-search/
- Deployed app: https://spoti-search.ruihildt.xyz/
- Endpoint: https://spotify-graphql-server.herokuapp.com/graphql
## Using the app
### Installation
1. Clone the git repo [from here](https://github.com/ruihildt/spoti-search).
1. Clone the git repo [from here](https://git.ruihildt.xyz/ruihildt/spoti-search/).
2. Install libraries using yarn (can also be run with npm): `yarn install`
### Usage