-
-
Notifications
You must be signed in to change notification settings - Fork 250
Development
Nam Anh edited this page Jun 20, 2022
·
14 revisions
- This project uses yarn
- Run
yarnto 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 thewatchcommand works. - For development, you can run
yarn watchto live update the files as you save them. This works well when paired withspicetify watch -a, to live reload spotify as the files are saved. - Refer to the Spicetify Creator docs for more information
Join our Discord for discussions.