mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-10-31 10:37:02 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			515 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			515 B
		
	
	
	
	
	
	
	
title, description
| title | description | 
|---|---|
| Source Installation | Install and run homepage from source | 
First, clone the repository:
git clone https://github.com/gethomepage/homepage.git
Then install dependencies and build the production bundle (I'm using pnpm here, you can use npm or yarn if you like):
pnpm install
pnpm build
If this is your first time starting, copy the src/skeleton directory to config/ to populate initial example config files.
Finally, run the server:
pnpm start