Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.13 KB

X.oti.X Designs

  • Ecommerce store for X.oti.X Designs
  • Theme development and customization
  • V2 added rendering with React

🚀 LIVE [ Development store ] 🌎 https://xotix-designs-devtest.myshopify.com/

🔑 STORE PASSWORD 🔑 naimay


📺 DEMO

🖋️ SKETCH

🧰 BUILT WITH

  • Shopify
  • HTML [ Liquid.js ]
  • CSS [ TailwindCSS ]
  • Javascript
  • React.js [ Hooks, Refs ]
  • framer-motion
  • eslint, Prettier
  • react-scroll-parallax

BUILD & DEPLOYMENT

  • vite
  • Shopify CLI

⚙️ AVAILABLE SCRIPTS

Create shopify.theme.toml theme configuration:

[environments.env1] store = "my-store.myshopify.com" password = "DEVELOPMENT_KEY" theme = "THEME_ID" path = "." allow-live = true


In the project directory, you can run:

npm run dev

npm run build

npm run deploy

npm run download

npm run format