Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 666 Bytes

Alzheimers Research Website

A website designed to help international Alzheimer's patients, by guiding them to various resources that support their needs. Check it out at https://demi-care.web.app/

Contribute to it

  1. Get it onto your machine
git clone https://github.com/ImtiazKhaled/alzheimers_research_website.git
  1. Navigate into the website directory
cd website
  1. Install all the nessecary dependencies
npm install
  1. Run the application
npm start

Pre-requsites, you'll need to have node installed on your machine, you can get the latest version here