Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1023 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 1023 Bytes

Map Dragon

This application will support several user groups in submitting and validating their data, managing and tracking data definitions, and aligning data to standardized terms.

Getting Started

Vite React App

This is a React application bootstrapped with Vite.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone git@github.com:NIH-NCPI/map-dragon.git
    
  2. Navigate into the project directory:

    cd map-dragon
  3. Install dependencies

    npm i
    

Development

  1. To start the development server, run:
    npm run dev
    

Dependencies

This project utilizes the following dependencies:

  • React: A JavaScript library for building user interfaces
  • Vite: A front-end tooling for web development
  • Ant Design: A design component library
  • Sass: A CSS preprocessor
  • React OAuth2 | Google: A React library for Google OAuth
  • jwt-decode: A JWT decoder
  • Papa Parse: A CSV parser