Skip to content

Development

Nam Anh edited this page Jun 20, 2022 · 14 revisions

Build

  • This project uses yarn
  • Run yarn to install dependencies before developing
  • The app entry point is located in /src/app.tsx
  • The SCSS stylesheets are all imported in app.tsx
  • Build the app once with yarn build. This needs to be done before the watch command works.
  • For development, you can run yarn watch to live update the files as you save them. This works well when paired with spicetify watch -a, to live reload spotify as the files are saved.
  • Refer to the Spicetify Creator docs for more information

Troubleshoot

Manual reset

If you lose access to the marketplace page, and therefore cannot access the setting, follow these steps:

  • First ensure you have dev-tools enabled by running spicetify enable-devtools apply
  • Open up console by right clicking anywhere on Spotify (that isn't an element), and clicking inspect element.
  • Click the console tab in the devtools window that appears, and run the following command(in console)
  • Marketplace.reset()
Clone this wiki locally