Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 242 Bytes

build.md

File metadata and controls

13 lines (7 loc) · 242 Bytes

Build Instructions

Ensure you have the appropriate tools installed:

node >= v20

npm >= v10

Then:

$ npm install - to pull and install dependent node modules.

$ npm run build - to compile SCSS files & populate the /dist folder.