This page guides you through creating a new Thulite project with a template and optional integrations.

Create a new project

Run the command for your package manager to start an interactive CLI setup:

This will guide you through an interactive setup process where you’ll select your project name, choose a template, and pick your preferred variant. Follow the prompts as shown below:

  1. Enter your project name /installation directory

    ◆  Project name:
    │  thulite-project
    
  2. Select a template

    ◆  Select a template:
    │  ○ Doks theme
    │  ○ Bolt theme
    │  ○ Tailwind CSS starter
    │  ○ Bootstrap starter
    │  ● Basic starter
    
  3. Select a variant

    ◆  Select a variant:
    │  ● With recommended integrations (SEO and Images)
    │  ○ Without recommended integrations
    
  4. Install and start now?

    ◆  Install with npm and start now?
    │  ● Yes / ○ No
    
  5. Scaffolding project

    ◇  Scaffolding project in /home/h-enk/thulite-project...
    ◇  Installing dependencies with npm...
    ◇  Starting dev server...

You’ll now have a new project directory with all the necessary files and configurations for your site.

Configure Thulite

Configure Thulite

Update settings, parameters, and page front matter.