Skip to content

Commit da1790c

Browse files
authored
Merge pull request #198 from markus456/patch-1
Add getting started section
2 parents dcb4038 + b5ef0c3 commit da1790c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Membership management for hacklabs. uses Python 3.4.
44

55
Uses django-environ for configurations, create `.env`-file in your project dir to override settings.
66

7+
## TL;DR
8+
9+
Install docker and run the `docker/dev.sh` to set up a development enviroment. The script
10+
will mount the project directory inside the docker container so that all modifications in
11+
the `project/` take effect immediately.
12+
713
## REST API
814

915
Access to all asylum models is available via REST (authentication required for reading as well).

0 commit comments

Comments
 (0)