Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 698 Bytes

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.