Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 403 Bytes

Contributing to zeus-ui

Issues and pull requests are welcome.

Setup

git clone [email protected]:zcued/zeus.git
cd zeus
npm i

Create a new branch and start the development server

npm start

Running linting/tests

You can run lint via:

npm run lint

You can run test via:

npm test

Writing tests

Most components in /src have a *.test.tsx file