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.
See the AWS Deployment Instructions.docx for a step-by-step guide on deploying the website on AWS Amplify without using GitHub.
to run the project:
npm install
npm install react-router-dom
npm run dev
to compile the project into static files:
npm run build
- 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.