Thank you!!
I have a question about NPM-- let's say I want to run the starter as a blog that's a subdirectory of the root website. I really like the run upload command, and I'd like to be able to use it for the whole website, not just the strawberry starter subdirectory.
I assume this might be too complicated to explain for something that's only adjacent to what you did with the starter, but could you please direct me towards the right path? Like... how is this called? What do I look for?
I tried reading the Node.js and NPM docs, but I got really overwhelmed. I know I can do "npm httpserver . -o -p 9999" and run my own local server like that, but it stops here. I don't know how to only upload what's been changed like with "npm run upload".
Or is it easier to basically recreate the whole website within the strawberry starter?