An app to support elder with their blood clotting, high blood pressure
node -v
git clone https://github.com/Senior-well/senior-care.git
cd senior-care
npm install
npm run dev
git clone https://github.com/'YourGithubName'/senior-care.git
cd senior-care
npm install
git remote add upstream https://github.com/Senior-well/senior-care.git
git fetch upstream
git checkout remotes/origin/'branchname'
npm run dev
npm run build
serve -s build
https://www.php.net/downloads.php
Path
in Edit environment variables for your account
on computer:
php -v /*For checking the version if it availables*/
cd senior-care/src/backend/database /*Redirect to database folder*/
php -S localhost:8010
`npm run dev` and `php -S localhost:8010`
Remember to do Pull Request(PR) for reviewing before commit into the main branch
PR can be perform by:
git checkout -b branchName
git status
git add filename
git commit -m 'commit message'
git push origin -u branchName
Tips:
Shift + Alt + F
for automatic align code.npm install --savedev