diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 042df39..bd818af 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -62,7 +62,13 @@ symfony serve --port 8080 --no-tls -d You sholud be able to access the site under [localhost:8080](http://localhost:8080) -### 6. Watch files +### 6. Create a user +Go to the database and add a user manually. For the password use this to generate the appropriate hash: +``` +symfony console security:encode-password +``` + +### 7. Watch files If you are editing `.scss` or other webpack files, you'll want to run ``` yarn watch