Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 376 Bytes

How to Run Tests

  • To run tests, run npm test in the root directory

How to Build

  • To build, run npm build in the root directory

How to Run the App in Tsdx Watch Mode

  • To run the Tsdx watch mode, run npm start in the root directory

How to Run the App Locally

  • To run the app in the local server, move to the example directory, and run npm start