Skip to content

rec-soft/yodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yodel

Installation

Firebase

This project uses Firebase for deployment. To deploy your own instance:

  1. Follow the Firebase Web getting started guide to create a project and install the CLI.
  2. Run firebase deploy.

Platform-agnostic

Alternatively, this project can run as a standalone web server. To run this:

  1. Install Node >=16.
  2. Build and serve:
cd src
npm install
npm run dev:build
npm run dev:serve

# In a new terminal.
cd ../client
npm install
npm run build # run this every time you change client code.

About

A music quiz game that tests how well you know your Spotify library.

Resources

Stars

Watchers

Forks