Skip to main content

Install Dependencies

After extracting the theme source code, navigate to the project directory and install dependencies:
npm install
# or
yarn install

Run Development Server

npm run dev -p 3001