Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 329 Bytes

Contribution Guide

  1. Use node 16 and npm 8
  2. Use npm install before working on client or server
  3. You need an AWS account for deploying the server with AWS CDK
  4. you have to copy the .env.dev to .env to run the client locally using npm start
  5. Use npm run storybook in the client folder to checkout the stories