Update README.md

This commit is contained in:
DecDuck
2024-10-09 00:20:07 +11:00
committed by GitHub
parent c4d81135a2
commit 425934d3ef

View File

@ -19,6 +19,9 @@ Steps:
2. Open up a terminal and navigate to `dev-tools`, and run `docker compose up` 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 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 ## Contributing
Drop welcomes contributions! Just a couple of notes: Drop welcomes contributions! Just a couple of notes:
1. We use the Prettier formatter, so please format your code with that 1. We use the Prettier formatter, so please format your code with that