Skip to content
All documentation

Set up Lamina

Go from a fresh project to a working local site, then connect update access.

Start

Before you begin

Use the Node version pinned by the project and install Git. Keep secrets in the untracked local environment file supplied by the setup flow.

Start locally

Open the project directory, install its locked dependencies, and run the guided setup. The setup checks required values before it changes the project.

  1. Open the Lamina project directory.
  2. Run npm install.
  3. Run npm run setup.
  4. Run npm run dev and open the local URL.
npm install
npm run setup
npm run dev

Activate updates

Activation links your license to this installation. It does not upload your site source or content to the Hub.

npx @meridianproject/lamina@latest activate [YOUR_KEY]