Standalone

Installation steps

linotype standalone is not yet usable

Create new composer project:

composer init

Install linotype:

v1.1
v1.x-dev
Require linotype core with composer from the packagist.org repository:
composer require linotype/linotype
Add linotype project sample from repository (e.g. official starter):
composer require linotype/starter
Install from v1.x-dev branch:
composer require linotype/linotype:v1.x-dev linotype/starter:v1.x-dev --dev --no-cache

Build:

yarn --cwd linotype/Base build
Done! You are ready to create your first linotype powered website
Learn more about using linotype in the standalone environment.
Last modified 2yr ago