From 2ec7c6e0795e334b184dddc79c58d6ca8450dcf8 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 23 Jan 2025 22:45:23 -0500 Subject: [PATCH] add deploy with vercel section --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34f3913..02b5b8f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # aidxnCC + aidxnCC is the third version of my personal website. It's still a work in progress and will require more work to be in tip-top shape. -# Contributing +## Deploy with Vercel + +To deploy with Vercel, simply click the button above. When prompted for `LASTFM_API_URL`, simply input: + +```plaintext +https://lastfm-last-played.biancarosa.com.br/USERNAME/latest-song +``` + +where `USERNAME` is your LastFM username. + +## Contributing + Any and all contributions are welcome! Simply create a pull request and I should have a response to you within a day. -Please use common sense when contributing :) \ No newline at end of file +Please use common sense when contributing :)