Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 621 Bytes

File metadata and controls

25 lines (16 loc) · 621 Bytes

Contributing

These instructions will help you install the project on your local machine, as well as add new features.

Overview

Getting Started
Development Environment
Making Changes

Development Environment

  1. Copy the snippet below to get the project running on your local machine.

     git clone https://github.com/flex-development/JIME-P001.git; cd JIME-P001;
     yarn # or npm install

Making Changes

Directory: src

Add modules and type definitions used by all packages under the src directory.