CompositeFellow / Website

Code for the offical MedDAO website

Home Page:website-meddao.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code for the offical MedDAO website

website-meddao.vercel.app

License:MIT License


Languages

Language:TypeScript 98.9%Language:CSS 1.0%Language:JavaScript 0.2%