Skip to content

astrolicious/confstellation-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Quick Start

Create 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

⚠️ For production deployment SSR is required, choose an adapter of your choice and add it to the project. ⚠️

Start the development server

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.

Add content

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published