npm install
npm run serve
npm run build
By default, the application will load 'fake' data (IN THE WORKS). This is to allow others to work on the application if they don't have an account with MySportsFeeds.com.
If you want to create an account with them and get an API token/password for their non-commercial feeds, then here are the steps to update the application to use them.
- Create a ".env.local" file in the root directory.
- In this file, add 2 key/value pairs, one for the API token, one for the password. It should look like this:
VUE_APP_MySportsFeeds_APITOKEN=<YOURTOKENHERE>
VUE_APP_MySportsFeeds_PASSWORD=<YOURPASSWORDHERE>
- Comment out the following line of code