Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
Abdul Khan 78f8cc4eb3
Added contributors section to README with profile pictures (#5378)
* 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>
2023-01-27 08:36:54 -08:00
Suriyaa Sundararuban 5b33b984f6
Update README.md 2020-10-27 11:02:21 +01:00
Leo McArdle 44b85201fb update docs 2020-07-16 11:46:42 +01:00
Tasos Katsoulas 0416ec02b0 Remove reference of LESS from README. 2020-05-07 16:47:49 +03:00
Tasos Katsoulas 200c5246c2
Add basic documentation for browser-sync. 2019-12-11 16:05:42 +02:00
Tasos Katsoulas 22230f7a86
Remove bower from the project. 2019-11-27 16:49:52 +02:00
xuiqzy 185049021a
Fix typo (unneeded square bracket) in README.md 2019-10-15 19:55:19 +02:00
Michael Cranston 3e35508dca Update "init" task and disable collectstatic on each page refresh
* Update run-bootstrap to run collectstatic
* Pass PIPELINE_COLLECTOR_ENABLED env var to Pipeline config
2019-05-08 08:49:15 -04:00
Tasos Katsoulas 4b141f98ab
Update Code of Conduct. 2019-03-28 13:37:48 +02:00
sau226 bfc7f2347a Add mention of docker-compose 2019-02-04 10:33:57 -05:00
Paul McLanahan 3d3a14ed70 Move to a single Dockerfile and docker-compose file
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
2018-11-12 11:22:56 -05:00
Paul McLanahan d280031d6e Upgrade node version on dev image to match that on prod
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
2018-10-23 15:37:47 -04:00
Paul McLanahan be8f5c0712
Tweak the README
* Remove info on legacy branch for scl3, all of that is over
* Whitespace tweaks
2018-10-19 13:37:16 -04:00
Eduardo Navarro 0612e39ad0 Rewrite README.md as a numbered list 2018-10-12 15:51:57 -04:00
Jon Petto 0781fe5009 Update docs with local install search functionality. 2018-06-29 13:30:10 -04:00
Safwan Rahman e2162c7918 Updating whatsdeployed link (#3241) 2018-05-31 10:49:09 +03:00
hoosteeno 1969431a52 README includes all steps to build working dev env 2018-02-23 03:33:15 -06:00
Giorgos Logiotatidis e42ea57ccc Set env variables in .env only.
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.
2018-02-08 10:26:35 -05:00
Giorgos Logiotatidis 0839e86cc3 Create base-dev docker image with npm installed. Add dev instructions. 2017-12-04 10:37:46 -05:00