audial is a wordle-style web game, but instead of formulating a word, the user guesses the song.
Expanded from just a song a day, audial also inlcudes:
- A randomization mode
- Support for custom playlists
- Stat and history tracking
Clone the repository, install dependencies with yarn install and start the
development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of audial:
npm run buildAn index.html will become available in docs/.
You can preview the production build with npm run preview.