Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrolicious/confstellation-template
https://github.com/astrolicious/confstellation-template
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/astrolicious/confstellation-template
- Owner: astrolicious
- Created: 2024-06-03T13:15:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T06:41:46.000Z (7 months ago)
- Last Synced: 2024-11-06T10:07:33.784Z (2 months ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Confstellation is a full-featured conference theme built on top of the [Astro](https://astro.build) 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:
```sh
npm create astro@latest -- --template astrolicious/confstellation-template
```:warning: For production deployment SSR is required, choose an adapter of your choice and add it to the project. :warning:
### Start the development server
When working locally, [Astro’s development server](https://docs.astro.build/en/reference/cli-reference/#astro-dev) 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:
```sh
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.