Web application for interacting with Moped data.
-
Clone this repo. Start new branches from
main
. -
Follow steps to start the Moped database.
-
Copy the environment variables template and fill in the values from the DTS password store.
cp env_template .env
-
We use Node Version Manager (nvm) to keep our
node
versions in sync with our environments. Withnvm
installed, runnvm use
from this directory to activate the currentnode
andnpm
version required for this project. If you don't want to usenvm
, refer to the.nvmrc
file for thenode
version you should install. -
Install dependencies:
npm install
-
Start the server:
npm run start
-
Open
https://localhost:3000/moped
-
To login, locate the username and pw in the DTS password store under the name "Moped Local Editor User Login."