Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 939 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 939 Bytes

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

Technologies

Development

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 -- --open

Building

To create a production version of audial:

npm run build

An index.html will become available in docs/.

You can preview the production build with npm run preview.