* Add contributors section to README with profile pictures
This commit adds a new section to the README file that displays a list of all the contributors to the project, along with their profile pictures. The section is styled in a visually appealing way and also provides a way for users to quickly navigate to the profile of each contributor
* Update README.md
Co-authored-by: Ryan Johnson <escattone@gmail.com>
---------
Co-authored-by: Ryan Johnson <escattone@gmail.com>
Use make to create easy to use and remember commands for building
and running things.
* Remove Jenkins IRC notifications
* Update the README for the new commands
The staticfiles image node version was updated to 6.x some time ago
but apparently the dev version was overlooked. This is the real
source of the errors in #3380
Removes loading of env variables with docker-compose which complicates things:
- docker-compose loads .env-dist file and sets as real env variables
- python-decouple loads .env file which overrides with the real env variables
set from docker-compose
Practically means that dev have to modify .env-dist to make changes. This change
instructs users to copy .env-dist to .env and we only load variables using
python-decouple.