Getting Started with Liquivelte
Prerequisities:
Have a src folder
- Once you have your theme setup, also initialize your project as a node project.
npm init -y
Create a
srcfolder.Create a
tailwind.config.jsfile in project root (optional).Ignore those in
.shopifyignorelike so:
node_modules/**
src/**
package.json
tailwind.config.js
Liquivelte | Docs