This is the first template I have ever made, so I am not 100% sure. From my understanding though, the only steps you should need to do for using this template is:
npm update
which always works for me ( you will need to have node installed on your computer first, you can do this here: node download page )npx tailwindcss -i ./src/unbuilt.css -o ./src/built.css --watch
when you add new styles. You only need to do this with new style, not new text content ( replacing the lorem ipsum with real words )