Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 985 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 985 Bytes

Moped Editor

Web application for interacting with Moped data.

Quick start

  1. Clone this repo. Start new branches from main.

  2. Follow steps to start the Moped database.

  3. Copy the environment variables template and fill in the values from the DTS password store.

cp env_template .env
  1. We use Node Version Manager (nvm) to keep our node versions in sync with our environments. With nvm installed, run nvm use from this directory to activate the current node and npm version required for this project. If you don't want to use nvm, refer to the .nvmrc file for the node version you should install.

  2. Install dependencies: npm install

  3. Start the server: npm run start

  4. Open https://localhost:3000/moped

  5. To login, locate the username and pw in the DTS password store under the name "Moped Local Editor User Login."