This respository contains the code for the Omicron Life website. Our website is made with Typescript, HTML, and CSS using the React framework and is hosted on AWS Cloudfront. The purpose of the website is to display our depression detection algorithm in a user-friendly manner. The website also addresses the development process, privacy concerns, ways to contribute to our project, and much more.
git clone https://github.com/Depression-Detection/frontend.git
cd frontend
yarn install
yarn add @sentry/react
yarn add react-router-dom
yarn add react-transition-group
yarn add react-helmet-async
yarn add react-icons
yarn start
You can access the website at http://localhost:3000
.
- Switch to a new branch
git checkout -b new-branch
- Make any changes you want to make
git add <files>
git add -A
- Commit your changes to the Branch
git commit -m "message"
- Push changes to remote respository (your frontend file)
git push --set-upstream origin new-branch
- Switch the to master branch and push to GitHub
git push origin new-branch
- Finally open the provided link and create merge request