Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 580 Bytes

academix

This is the repo for the UCLA Radio academix web app. Using Spotify API data, we guess your major!

To get started, make sure you have git, Node.js, and npm all installed and configured.

In the desired location that you want to locally store your app, run the following in your terminal:

git clone https://github.com/uclaradio/academix.git

In order to access the app make sure to

cd academix

then to run the app do

npm run dev

Open http://localhost:3000 with your browser to see the result.