We use npm Node version on ringsted v14.19.0
When you initialize this project, you need to install all required node dependencies (listed inside package.json).
To install all node dependencies run:
npm install
You can see which options this project has inside package.json's "scripts: { option }".
To compile CSS and javascript, run:
npm run watch
This starts up a local server which proxies the traffic from your local installation, to the server.
When editing a CSS or JS file, the page will instantly reload and display the changes.
Inside "./src/compile-settings.json" there is a "proxy" value. This value determines the path to your local live installation of this project.
In my local project i would access this project inside the browser with ex. "project.dev". Therefor this is the value i would enter inside the "proxy".
As this value is developer specific and would vary from developer-to-developer, please don't commit your change to this file.