A configuration tool that provides the theme.json file for a shopware 6 plugin
http://sw6theme-config-generator.surge.sh
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