Create Magento App
Create ScandiPWA AppScandiPWA DocsGitHub
v1
v1
  • Create Magento App
  • Getting started
    • Getting Started
    • Prerequisites
      • Linux requirements
      • MacOS requirements
        • Apple Silicon
      • Windows requirements
    • Available commands
      • Start the application
      • Stop the application
      • Check application status
      • Enter application CLI
      • Explore application logs
      • Execute commands in Docker containers
      • Link a theme
      • Import database dump
      • ⚠️ Uninstall a project
    • Folder structure
    • Updating to New Releases
      • Testing Alpha Releases
    • Configuration File
    • Supported Magento versions
    • How does it work?
    • Limitations
  • Usage guide
    • Using console commands
    • Accessing Docker containers
    • Linking a Scandi Theme
    • Enabling XDebug
    • Enabling SSL
    • Configuring PHP
    • Use custom domain
    • Access on the local network
    • Importing database
      • Importing remote database
    • Using Enterprise Edition
    • Converting legacy Docker setup to CMA
    • Improve Performance
  • Scripts Extensions
    • PHP Extensions
      • ionCube Extension
  • Troubleshooting
    • Common Issues
    • CMA Debugging
    • Uninstall CMA
Powered by GitBook
On this page
  • yarn run link <path> or npm run link <path>
  • Command options
  • Usage example
  1. Getting started
  2. Available commands

Link a theme

PreviousExecute commands in Docker containersNextImport database dump

Last updated 2 years ago

yarn run link <path> or npm run link <path>

Sets ScandiPWA as a Magento Theme from your specified folder.

Heads up!

Please follow for linking ScandiPWA theme to your Magento App.

Command options

-v, --verbose

Since magento-scripts@1.9.0

This option will enable printing of logs from linking a theme.

yarn run link ./path/to/scandipwa --verbose # for Yarn
npm run link ./path/to/scandipwa -- --verbose # for NPM

Usage example

yarn run link ./path/to/scandipwa # for Yarn
npm run link ./path/to/scandipwa # for NPM

this guide