Website for the MedDAO
- clone the repo
- cd into the project
- run yarn command below to install dependencies
$ yarn
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.
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.