Spotify music quiz
Play at https://quadrivia.craigforrest.io
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repo
git clone git@github.com:synthesists/quadrivia.git
Install dependencies
npm i
npm run start:dev
The app will be running at http://localhost:5000
.
Alternatively, you can run npm start
from
/client
to start only the client/functions
to start only the functions