You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @echo off
 | |
| rmdir /s/q android\app\build
 | |
| rmdir /s/q android\build
 | |
| rmdir /s/q android\.gradle
 | |
| rmdir /s/q node_modules
 | |
| yarn install
 | |
| yarn run start |