Create a Pure Liquid project in seconds. Pure Liquid is a starter kit with Liquid for static websites.
Set up a static website by running one command.
yarn create pure-liquid <YOUR-PROJECT-NAME>Install dependencies.
yarn installBuild your project for development.
yarn buildStart your project in development mode.
yarn start