23 lines
		
	
	
		
			387 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			387 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| Daplie Web App
 | |
| --------------
 | |
| 
 | |
| Prototype Daplie Web App.
 | |
| 
 | |
| No build tools or fancy web server required.
 | |
| 
 | |
| Clone and load the HTML. That's all.
 | |
| 
 | |
| ```bash
 | |
| npm install -g serve-https
 | |
| git clone git@git.daplie.com:Daplie/walnut_launchpad.git
 | |
| 
 | |
| # install oauth3 to /assets/oauth3.org
 | |
| pushd walnut_launchpad
 | |
| bash ./install.sh
 | |
| 
 | |
| pushd landing-page
 | |
| serve-https
 | |
| ```
 | |
| 
 | |
| <https://localhost.daplie.me:8443>
 |