mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Merge pull request #36 from arche-dev/building-patch
Fix building instructions
This commit is contained in:
		
						commit
						540c10aaff
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -25,9 +25,9 @@ by simply copying these files to the webroot:
 | 
			
		|||
 | 
			
		||||
Execute the following commands to compile the app from its source code:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
npm install #installs all dependencies
 | 
			
		||||
npm build #compiles the app into the dist/ directory
 | 
			
		||||
```sh
 | 
			
		||||
npm install # Installs all dependencies
 | 
			
		||||
npm run build # Compiles the app into the dist/ directory
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
You can then copy the files to a webserver's webroot of your choosing as noted above. 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue