forked from MapComplete/MapComplete
		
	Add missing step in setup
This commit is contained in:
		
							parent
							
								
									779c36051d
								
							
						
					
					
						commit
						6511582150
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -85,7 +85,7 @@ To develop:
 | 
				
			||||||
0. Make a fork and clone the repository.
 | 
					0. Make a fork and clone the repository.
 | 
				
			||||||
1. Install `npm`. Linux: `sudo apt install npm` (or your favourite package manager), Windows: install nodeJS: https://nodejs.org/en/download/
 | 
					1. Install `npm`. Linux: `sudo apt install npm` (or your favourite package manager), Windows: install nodeJS: https://nodejs.org/en/download/
 | 
				
			||||||
2. Run `npm install` to install the package dependencies
 | 
					2. Run `npm install` to install the package dependencies
 | 
				
			||||||
3. Run `npm run generate` to generate some additional dependencies
 | 
					3. Run `npm run generate` and `npm run generate:editor-layer-index` to generate some additional dependencies
 | 
				
			||||||
4. Run `npm run start` to host a local testversion at http://localhost:1234/index.html
 | 
					4. Run `npm run start` to host a local testversion at http://localhost:1234/index.html
 | 
				
			||||||
5. By default, the 'bookcases'-theme is loaded. In order to load another theme, use `layout=themename` or `userlayout=true#<layout configuration>`. Note that the custom URLs (e.g. `bookcases.html`, `aed.html`, ...) _don't_ exist on the development version. (These are automatically generated from a template on the server).
 | 
					5. By default, the 'bookcases'-theme is loaded. In order to load another theme, use `layout=themename` or `userlayout=true#<layout configuration>`. Note that the custom URLs (e.g. `bookcases.html`, `aed.html`, ...) _don't_ exist on the development version. (These are automatically generated from a template on the server).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue