Open the project
Unzip the download and open the Liner Theme directory in your editor.
Open folder: liner-themeInstall in minutes
Liner uses familiar framework conventions. These four steps take you from the source package to a verified local and production build.

Unzip the download and open the Liner Theme directory in your editor.
Open folder: liner-themeInstall the exact dependency tree supplied with the source and lockfile.
npm installRun the development server and review every route while you customize.
npm run devAfter replacing the brand, content, and visuals, create the production build.
npm run build