Merge pull request #2119 from omnivore-app/fix/local-dev-docs

Update login section in local development
This commit is contained in:
Jackson Harper 2023-04-26 19:33:52 +08:00 committed by GitHub
commit 0b8f415500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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