ontopify.mp4
When developing/building yourself you will first need to create an app on the Spotify developer dashboard.
Add ontopify://callback
as a Redirect URI and add your applications Client ID to SPOTIFY_CLIENT_ID
in your env.ts
.
Make sure you copy the contents of env.example.ts
to a new env.ts
.
If you want other accounts to use the application then be sure to add users in the User Management tab on the Spotify developer dashboard.
Use the command npm run start
to start the development server.
Use the command npm run make
to build the application to current OS.
Run npm run lint
to lint the project.
Run npm run lint:fix
to fix linting errors.