You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| BASE_URL?=https://www.focalboard.com
 | |
| 
 | |
| .PHONY: dist
 | |
| dist:
 | |
| 	rm -rf ./dist
 | |
| 	hugo -s site --destination ../dist/html -b$(BASE_URL)
 | |
| 
 | |
| .PHONY: run
 | |
| run:
 | |
| 	hugo server --buildDrafts --disableFastRender -F -s site
 |