Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 639 Bytes

File metadata and controls

23 lines (13 loc) · 639 Bytes

Sw6ThemeConfigGenerator

A configuration tool that provides the theme.json file for a shopware 6 plugin

http://sw6theme-config-generator.surge.sh

Get started

Clone the repository and navigate into the project directory

git clone https://github.com/SpaceParrots/Sw6ThemeConfigGenerator.git

cd Sw6ThemeConfigGenerator

Install npm packages

Install the npm packages described in the package.json:

npm install or yarn install

The npm run start command starts a local webserver for development

The npm run build command builds (compiles TypeScript and copies assets) into the dist/Sw6ThemeConfigGenerator directory