Merge pull request #18 from EmmanuelMr18/docs/update-readme-development-section
This commit is contained in:
		
						commit
						223aa5e70b
					
				@ -75,10 +75,11 @@ Major areas
 | 
				
			|||||||
3. `bun i`
 | 
					3. `bun i`
 | 
				
			||||||
4. Start docker
 | 
					4. Start docker
 | 
				
			||||||
5. `cp .env.example .env.local`
 | 
					5. `cp .env.example .env.local`
 | 
				
			||||||
6. Repace `JWT_SECRET` with `openssl rand -hex 32`
 | 
					6. Replace `JWT_SECRET` with `openssl rand -hex 32`
 | 
				
			||||||
7. Get a local clerk dev key for `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY`
 | 
					7. Get a local clerk dev key for `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY`
 | 
				
			||||||
8. Keep a terminal live for `bun run db-dev`
 | 
					8. Keep a terminal live for `bun run db-dev`
 | 
				
			||||||
9. Finally start the next server with `bun dev`
 | 
					9. Execute the local migration to create the initial data `bun run migrate-local`
 | 
				
			||||||
 | 
					10. Finally start the next server with `bun dev`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Schema Changes**
 | 
					**Schema Changes**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user