Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 438 Bytes

CONTRIBUTING.MD

File metadata and controls

35 lines (23 loc) · 438 Bytes

Contributing guide

Development

Building

Build the package once:

npm run build

Testing

Run all tests once:

npm run test

Run specific tests:

npm run test -- src/__tests__/context/WinstonConsumer.spec.tsx

Wiring a checkout into an application

  1. Clone and install Winston React.
git clone https://github.com/afex-connect/winston-react
cd winston-react
npm install