Your First Project
Let's build your first documentation collection. This guide will take you from a blank screen to a published set of technical articles.
1. Create a Collection
Collections are the top-level containers for your articles. They group related topics together.
Bash

Coppied
lumino create collection 'Product Roadmap'


2. Add an Article
Once you have a collection, you can start writing content. Articles support full Markdown syntax.
Bash

Coppied
lumino create article 'Project Goals' --collection 'Product Roadmap'


3. Preview and Publish
Run the local dev server to see your changes in real-time before going live.
Success!
Your documentation is now available atlocalhost:3000. Feel free to customize the styles and layouts.