From 425934d3ef52496f54b6277a2021ed196c14cf2e Mon Sep 17 00:00:00 2001 From: DecDuck Date: Wed, 9 Oct 2024 00:20:07 +1100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ace796d..8664bc3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Steps: 2. Open up a terminal and navigate to `dev-tools`, and run `docker compose up` 3. Open up a terminal in the root directory of the project and run `yarn` and then `yarn dev` to start the dev server +To create an account: +Head over to the `/register` page. It's currently a temporary development form for creating a username + password log in. + ## Contributing Drop welcomes contributions! Just a couple of notes: 1. We use the Prettier formatter, so please format your code with that