/create-pure-liquid

Create a Pure Liquid project in seconds.

Primary LanguageTypeScript

Create Pure Liquid

Create a Pure Liquid project in seconds. Pure Liquid is a starter kit with Liquid for static websites.

đź’§Pure Liquid

Requirements

Quick Overview

Set up a static website by running one command.

yarn create pure-liquid <YOUR-PROJECT-NAME>

Getting Started

Install dependencies.

yarn install

Build your project for development.

yarn build

Start your project in development mode.

yarn start