Skip to content
archpdx edited this page Aug 22, 2023 · 3 revisions

In order to sucessfully run npm run wikidata, you first have to add a secrets.json file in the project root (same folder as package.json and README.md etc.) - here is the format of the secrets file:

{
  "wikibase": {
    "username": "bhousel",
    "password": "••••••••••"
  }
}

wikibase is just the username and password for your Wikidata account. This file will not be added to the repo on your next commit as the file is in .gitignore

Home

For Contributors

Contributing to the index

Advanced Topics

For Developers

Information for developers using the name-suggestion-index in another project.

For Maintainers

Information for maintainers, including how to clone and build the project.

 

Clone this wiki locally