Skip to content

Huang096/SDSUv4

 
 

Repository files navigation

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 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.0%
  • CSS 30.2%
  • HTML 21.8%