A music guessing game based off Heardle using Typescript, React and the Spotify API.
To get started make sure you have installed node and yarn and then run yarn
to install required packages.
Live site: https://spordle.onrender.com
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Style and type checking.
Automated style formatting.
Start the Github Runner container for processing CI jobs.
Make sure you have docker installed (instructions found here).
Create a Github Personal Access Token with the following scopes listed here.
Create a .env
file and store the token in it under the following environment variable:
ACCESS_TOKEN = github_token_here
Run docker compose up
to run the docker compose file and pull the relevant github-runner
image.