Updating your data

These guides assume you are comfortable with the Command Line, Git, Python and NPM. You must have all of these installed on your machine. You are also strongly encouraged to have a GitHub account. You are encouraged to fork or clone the Mother Tongues Dictionary Starter and follow along.

Once you have prepared your configuration files and chosen and set up a User Interface to visualize your data, updating is done by compiling and exporting your data.

  1. From your MTD folder, run mtd export . js .
  2. Move the resulting exported data to the relevant path of your chosen UI
  3. Follow the steps for building and publishing your chosen User Interface