/Website

Code for the offical MedDAO website

Primary LanguageTypeScriptMIT LicenseMIT

MedDAO_Website

Website for the MedDAO

Installation

  1. clone the repo
  2. cd into the project
  3. run yarn command below to install dependencies
$ yarn

Local Development

run the command below to start the dev server

$ yarn dev

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Changing DAO Information

If you need to change the info in the Web3>Healthcare3, Roadmap, FAQ sections. Each section is controlled by an object in the src/constants/daoInfo.ts file. Find the appropriate object and edit the data as needed.

This includes the FAQ and Roadmap settings.