A meeting companion app to provide emotional and relational support during videoconferencing.
Designed and developed by AImpower.org.
To build:
npm install
npm run build
npm run dev
To test:
npm run test
npx cypress run
To run code auto formatting
npm run prettier:format
-
Try to break up your change into small logical parts, as its easier to review many small PRs than one big one.
-
Try to keep the styling in CSS and rather than computing it in TSX
-
Write code in TS/TSX instead of JS/JSX