File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 11--- 
22title : Quickstart 
3- description : Get started with Mintlify in  minutes
3+ description : Create beautiful documentation in under 5  minutes
44--- 
55
6- Run ` npx create-mintlify-app@latest `  to get started.
6+ ## Get started instantly  
7+ 
8+ <Steps >
9+   <Step  title = " Initialize your docs" 
10+     ``` bash 
11+     npx create-mintlify-app@latest my-docs
12+     cd  my-docs
13+     ``` 
14+   </Step >
15+   
16+   <Step  title = " Start the development server" 
17+     ``` bash 
18+     mintlify dev
19+     ``` 
20+   </Step >
21+   
22+   <Step  title = " Edit your first page" 
23+     Open ` introduction.mdx `  and start writing your documentation.
24+   </Step >
25+ </Steps >
26+ 
27+ Your documentation site is now running at ` localhost:3000 ` . 
28+ 
29+ <Card  title = " What's next?" icon = " arrow-right" 
30+   Deploy your docs to production with ` mintlify deploy `  or connect your GitHub repository for automatic deployments.
31+ </Card >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments