Skip to content

Commit

Permalink
feat: update contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle committed Apr 10, 2023
1 parent 2395eca commit e356242
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ If you already have experience with django/wagtail, understanding the backend wi
----
# Env Setup
- ### Docker
- Make sure You have docker installed and the `cd` to `bfportal` directory
- Then run `docker-compose --profile dev_local up`
- The website should be available at `127.0.0.1:8000`
- If You want to set up everything your self, See the next points


- ### Python
- Refer to [readme.md](/readme.md#how-to-run-locally)
Expand All @@ -42,7 +48,6 @@ If you already have experience with django/wagtail, understanding the backend wi
python manage.py tailwind start
```
----
The backend is made up of Four django Apps.
Expand Down

0 comments on commit e356242

Please sign in to comment.