Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrchandran committed Jan 18, 2024
1 parent f887736 commit 0aefe85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ __Heroku__

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/akashrchandran/spotify-lyrics-api)

__Vercel__


[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/project?template=https://github.com/akashrchandran/spotify-lyrics-api)

__Run locally__

> use git to clone the repo to your local machine or you can download the latest [zip](https://github.com/akashrchandran/spotify-lyrics-api/archive/refs/heads/main.zip) file and extract it.
Expand All @@ -232,7 +237,7 @@ export SP_DC=[token here and remove the square brackets]

__Start the server__
```
php -S localhost:8000
php -S localhost:8000 api/index.php
```
now open your browser and type `localhost:8080` and you should see the program running.
# Credits
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aefe85

Please sign in to comment.