Update login section in local development

This commit is contained in:
Jackson Harper
2023-04-26 19:32:19 +08:00
parent 29da91e760
commit 91335a7315

View File

@ -85,12 +85,11 @@ This will start postgres, initialize the database, and start the web and api ser
Open <http://localhost:3000> and confirm Omnivore is running
### 3. Create a test account
### 3. Login with the test account
Omnivore uses social login, but for testing there is an email + password
option.
During database setup docker-compose creates an account `demo@omnivore.app`, password: `demo`.
Go to <http://localhost:3000/auth/email-signup> in your browser.
Go to <http://localhost:3000/> in your browser and choose `Continue with Email` to login.
### Frontend Development