On this page
Start Here
Installation
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:
Enter your project name /installation directory
│ ◆ Project name: │ thulite-project └Select a template
◆ Select a template: │ ○ Doks theme │ ○ Bolt theme │ ○ Tailwind CSS starter │ ○ Bootstrap starter │ ● Basic starter └Select a variant
◆ Select a variant: │ ● With recommended integrations (SEO and Images) │ ○ Without recommended integrations └Install and start now?
◆ Install with npm and start now? │ ● Yes / ○ No └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.
Prev
Getting StartedNext
Configuration