To get up and running complete the following steps.
- Make sure you have node/npm installed
- Clone the repository, and enter the appropriate directory
npm run setupwill download all necessary dependcies and build the CSS.npm run serverwill start the server usingnodemonso restarting isn't required.
Running the following commands will build the SCSS in to CSS.
npm run build(Compiles SCSS:CSS)npm run build:watch(Compiles, and continues to watch)