-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #786 from MuckRock/765-authors
AUTHORS and README
- Loading branch information
Showing
4 changed files
with
67 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# AUTHORS | ||
|
||
DocumentCloud was created in 2009 through generous funding from the Knight Foundation. The following is a work-in-progress list of the people who've built, maintained and/or contributed to the platform and its components: | ||
|
||
- Adam Hooper, [@adamhooper](https://github.com/adamhooper) | ||
- Al Shaw, [@ashaw](https://github.com/ashaw) | ||
- Alan McLean, [@amclean](https://github.com/amclean) | ||
- Allan Lasser, [@allanlasser](https://github.com/allanlasser) | ||
- Amanda Hickman, [@amandabee](https://github.com/amandabee) | ||
- Anthony DeBarros, [@anthonydb](https://github.com/anthonydb) | ||
- Ben Koski, [@bkoski](https://github.com/bkoski) | ||
- Ben Welsh, [@palewire](https://github.com/palewire) | ||
- Chris Amico, [@eyeseast](https://github.com/eyeseast) | ||
- Clay Selby, [@cometman](https://github.com/cometman) | ||
- Dan Nguyen, [@dannguyen](https://github.com/dannguyen) | ||
- Danny DeBelius, [@dannydb](https://github.com/dannydb) | ||
- Danny Povolotski, [@israelidanny](https://github.com/israelidanny) | ||
- David Lemayian, [@DavidLemayian](https://github.com/DavidLemayian) | ||
- Dylan Freedman, [@freedmand](https://github.com/freedmand) | ||
- Emily Yount, [@emilyyount](https://github.com/emilyyount) | ||
- Ivar Vong, [@ivarvong](https://github.com/ivarvong) | ||
- Jérémie Parker, [@p-j](https://github.com/p-j) | ||
- Jeremy Ashkenas, [@jashkenas](https://github.com/jashkenas) | ||
- Justin Reese, [@reefdog](https://github.com/reefdog) | ||
- Lauren Grandestaff, [@lgrandestaff](https://github.com/lgrandestaff) | ||
- Mike Adler, [@adler](https://github.com/adler) | ||
- Mitchell Kotler, [@mitchelljkotler](https://github.com/mitchelljkotler) | ||
- Nathan Stitt, [@nathanstitt](https://github.com/nathanstitt) | ||
- Nick Loadholtes, [@nloadholtes](https://github.com/nloadholtes) | ||
- Samantha Sunne, [@samanthasunne](https://github.com/samanthasunne) | ||
- Samuel Clay, [@samuelclay](https://github.com/samuelclay) | ||
- Sanjin [@duckduckgrayduck](https://github.com/duckduckgrayduck) | ||
- Ted Han, [@knowtheory](https://github.com/knowtheory) | ||
- Tim Caswell, [@creationix](https://github.com/creationix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,28 @@ | ||
install: | ||
npm ci | ||
docker volume create nodemodules && docker compose -f local.builder.yml run --rm install | ||
|
||
install-ci: | ||
docker volume create nodemodules && docker compose -f local.builder.yml run --rm install-ci | ||
|
||
npmlist: | ||
docker compose -f local.builder.yml run --rm npmlist | ||
|
||
build: | ||
docker compose -f local.builder.yml run --rm build | ||
|
||
build-staging: | ||
docker compose -f local.builder.yml run --rm build_staging | ||
|
||
build-browser-test: | ||
docker compose -f local.builder.yml build browser-test | ||
|
||
dev: | ||
docker compose -f local.yml up documentcloud_frontend | ||
|
||
dev-app: | ||
docker compose -f local.yml up documentcloud_frontend_app | ||
|
||
dev-embed: | ||
docker compose -f local.yml up documentcloud_frontend_embed | ||
|
||
down: | ||
docker compose -f local.yml down | ||
|
||
build-serve: | ||
docker compose -f local.yml up documentcloud_frontend_build | ||
|
||
build-analyze: | ||
docker compose -f local.yml up documentcloud_frontend_analyze | ||
|
||
prettier-check: | ||
prettier --check --plugin-search-dir=. src | ||
|
||
prettier: | ||
prettier --write --plugin-search-dir=. src | ||
|
||
clean: | ||
# delete Webpack chunks | ||
@echo deleting Webpack chunks | ||
rm -f public/index.html public/[0-9]*.*.* public/bundle.*.js public/bundle.*.css public/bundle.*.txt public/*.map public/*.*.js | ||
rm -rf public/assets public/notes public/viewer public/embed | ||
@echo deleting built files | ||
rm -rf build .svelte-kit .netlify playwright-report |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters