Custom UI theme not updating

Hello.

I recently got familiar with Inkdrop and would like to create my own theme plugin. I have followed the steps in creating a new theme from the documents and edited the specified folders stated in the ReadME.md file. But, when I make a change in site.variables and reload the app, I am not seeing the changes I made. Since I am new in development using Semantics UI, I am not sure what steps to take to update the app with my changes.

Thank you

You have to rebuild the theme with npm build after changing the variables.
You can also let it watch changes by running npm start.