aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSreenketh Madgula <sreeniketh.madgula@gmail.com>2021-01-30 12:16:05 +0530
committerbnewbold <bnewbold@robocracy.org>2021-02-03 14:13:48 -0800
commita092aeaac633e4dfc021cb730f6e7ace83fbb13d (patch)
tree0fdede675949459b55fe17327ef8a2e9d84f8e57
parente7c72cdee09d42b7d8afd9e2a2ebb7e9feeed94d (diff)
downloadfatcat-scholar-a092aeaac633e4dfc021cb730f6e7ace83fbb13d.tar.gz
fatcat-scholar-a092aeaac633e4dfc021cb730f6e7ace83fbb13d.zip
made required changes
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 681ece8..4e6a5d5 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,14 @@ Internet Archive cluster and services, though some contributions and bugfixes
are probably possible without staff access.
To install dependencies for the first time run:
+
`make dep`
+
then run the tests (to ensure everything is working):
+
`make test`
+
While developing the web interface, you will almost certainly need an example
database running locally. A docker-compose file in `extra/docker/` can be used
to run Elasticsearch 7.x locally. The `make dev-index` command will reset the
@@ -59,9 +63,7 @@ local index with the correct schema mapping, and index any intermediate files
in the `./data/` directory. We don't have an out-of-the-box solution for non-IA
staff at this step (yet).
-After making changes to any user interface strings, the interface translation file (".pot") needs to be updated with
-`make extract-i18n`
-When these changes are merged to master, the Weblate translation system will be updated automatically.
+After making changes to any user interface strings, the interface translation file (".pot") needs to be updated with `make extract-i18n`. When these changes are merged to master, the Weblate translation system will be updated automatically.
This repository uses `black` for code formatting; please run `make fmt` and
`make lint` for submitting a pull request.