Update CONTRIBUTING.md (#1778)

Updates the 'Creating an Account' instructions to remove the step about
verification codes as a user account is created as `email_verified=true`
when running locally.
This commit is contained in:
Andrea Mazzarella 2022-03-18 23:29:59 +01:00 committed by GitHub
parent c4f7c9a7a0
commit 526588f8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,10 @@ Make sure Docker, Elixir, Erlang and Node.js are all installed on your developme
### Creating an account ### Creating an account
1. Navigate to `http://localhost:8000/register` and fill in the form. 1. Navigate to `http://localhost:8000/register` and fill in the form.
2. An e-mail won't actually be sent, but you can find the activation in the Phoenix logs in your terminal. Search for `[info] VERIFICATION CODE:` and enter the verification code. 2. Fill in the rest of the forms and for the domain use `dummy.site`
3. Fill in the rest of the forms and for the domain use `dummy.site` 3. Skip the JS snippet and click start collecting data.
4. Skip the JS snippet and click start collecting data. 4. Run `make dummy_event` from the terminal to generate a fake pageview event for the dummy site.
5. Run `make dummy_event` from the terminal to generate a fake pageview event for the dummy site. 5. You should now be all set!
6. You should now be all set!
### Stopping Docker containers ### Stopping Docker containers