Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 845 Bytes

AI for Health Equity Research Lab website

React + Vite + TailwindCSS

How to edit the website

For detailed instructions on how to edit the website, refer to the Edit_instructions.docx file. The content of the website is dynamically sourced from public/data.json, allowing for easy updates without altering the codebase.

How to deploy the website

Non-Technical Users:

See the AWS Deployment Instructions.docx for a step-by-step guide on deploying the website on AWS Amplify without using GitHub.

Developers:

to run the project:

  1. npm install
  2. npm install react-router-dom
  3. npm run dev

to compile the project into static files:

  1. npm run build
  2. The output, located in the dist folder, can be deployed to any static hosting service such as Azure Static Web Apps, AWS Amplify, or GCP Static Website Hosting.