Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Commit 
							
							·
						
						cba9b67
	
1
								Parent(s):
							
							130c78e
								
📝 Add doc about environment
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -19,6 +19,10 @@ npm install 
     | 
|
| 19 | 
         
             
            npm run dev
         
     | 
| 20 | 
         
             
            ```
         
     | 
| 21 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 22 | 
         
             
            ## Building
         
     | 
| 23 | 
         | 
| 24 | 
         
             
            To create a production version of your app:
         
     | 
| 
         | 
|
| 19 | 
         
             
            npm run dev
         
     | 
| 20 | 
         
             
            ```
         
     | 
| 21 | 
         | 
| 22 | 
         
            +
            ## Environment
         
     | 
| 23 | 
         
            +
             
     | 
| 24 | 
         
            +
            Default configuration is in `.env`. Put custom config and secrets in `.env.local`, it will override the values in `.env`.
         
     | 
| 25 | 
         
            +
             
     | 
| 26 | 
         
             
            ## Building
         
     | 
| 27 | 
         | 
| 28 | 
         
             
            To create a production version of your app:
         
     |