Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 608 Bytes

File metadata and controls

16 lines (12 loc) · 608 Bytes

website_start

Dev Tools

To avoid a lot of repetitive code and having to change variables by hand and whatnot, I've opted to use Grunt to handle some automated tasks in /styles and /client. To use this setup, follow these steps.

  1. Install Node.js
  2. Open a command line in the repository directory
  3. Run npm install or npm i
  4. Run grunt watch

For each subsequent use after all the installation, just run the last command. Now you can edit the .scss and .pug files and Grunt will handle compiling them into .css and .html files respectively upon saving.