- Install Node JS v16.13.0
- Install NPM 7.11.1
- RUN: gem -v to check is Ruby Installed
- Download Ruby: rubyinstaller.org/downloads/ (Ruby+DevKit)
- RUN: gem install shopify-cli
- RUN: shopify version
- RUN: shopify theme init Elizabeth --clone-url https://github.com/bbbpppolly/Elizabeth_Clean.git
- RUN: shopify login --store https://ivanturnovski.myshopify.com/admin
- RUN: shopify whoami
- RUN: shopify theme serve
- RUN: npm init -y (to create package.json)
- RUN: npm install -D tailwindcss postcss autoprefixer (to install the dev dependencies)
- npx tailwind init
- npx tailwindcss -i ./src/tailwind.css -o ./assets/application.css
Important None: The Changes made in Customizer are not reflecting locally.
1. Suggestion: Connect to Github repository
2. Make Changes from Customizer
3. git pull origin main
0 comments