Vite Configuration
Building Asset Files
Follow these steps to build asset files and compile SCSS using Vite.
Step 1 : Install Node Modules
Install all dependencies by running the following command:
npm install
If you haven't installed it, be sure to install it first.
Step 2 : Run Vite
For Development
To build asset files and run the theme locally, use:
npm run dev
For Production
To build the theme for hosting on a live server, use:
npm run build