Confstellation is a full-featured conference theme built on top of the Astro framework. This guide will help you get started with a new project.
Create a new Astro + Confstellation project by running the following command in your terminal:
npm create astro@latest -- --template astrolicious/confstellation-template
When working locally, Astro’s development server lets you preview your work and automatically refreshes your browser when you make changes.
Inside your project directory, run the following command to start the development server:
npm run dev
This will log a message to your terminal with the URL of your local preview. Open this URL to start browsing your site.
Starlight is ready for you to add new content, or bring your existing files!
Add new pages to your site by creating Markdown files in the src/content/documentation/
directory.