Skip to content

Instantly share code, notes, and snippets.

View rithviknishad's full-sized avatar

Rithvik Nishad rithviknishad

View GitHub Profile
## Install Node:
https://nodejs.org/en/download
## Care FE Repository:
https://github.com/ohcnetwork/care_fe
## You know to clone it?
git clone https://github.com/ohcnetwork/care_fe.git
@rithviknishad
rithviknishad / Ayu_Dark_Custom.icls
Created February 4, 2025 16:32
Ayu Dark theme (with fix for coverage gutter colors)
<scheme name="Ayu Dark" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="ide">Python</property>
<property name="ideVersion">2024.3.1.1.0.0</property>
</metaInfo>
<colors>
<option name="ADDED_LINES_COLOR" value="7fd962" />
<option name="ANNOTATIONS_COLOR" value="cccac2" />
<option name="CARET_COLOR" value="e6b450" />
<option name="CARET_ROW_COLOR" value="131721" />
@rithviknishad
rithviknishad / CONTRIBUTORS_GUIDE.md
Created May 22, 2024 13:17 — forked from gigincg/CONTRIBUTORS_GUIDE.md
ohc.network Contributor's Guide

CARE Contributor's Guide

Introduction to CARE

CARE is an open-source EMR system developed using Django Rest Framework for the backend and React TypeScript for the frontend. It aims to provide cost-effective, adaptable, and sustainable healthcare solutions.

Prerequisites

Before you start contributing, it is recommended that you have a basic understanding of:

  • Git and GitHub
  • Web development (HTML, CSS, JavaScript)