Installation and usage
All the detailed installation and usage steps are outlined in the README.md file. Below is a quick summary of the key steps:
Step 1: Install Dependencies
Run the following command to install the necessary dependencies:
npm install
Step 2: Compile JavaScript and SCSS
Use this command to compile the JavaScript and SCSS files for dev:
npm run build
Use this command to compile the JavaScript and SCSS files for production:
npm run build-prod