Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 703 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 703 Bytes

Contribution Guide

Package Version

Name Ver.
Node.js 20.10.0
React 18.2.0
Typescript 5.1.6

Note

All npm packages except above are maintained by dependabot in every Webnesday at 1:00(UTC).

Development

  1. Fork and clone this repository.
  2. Install dependencies: npm install
  3. Start development server: npm run dev
  4. Open the application in your browser at http://localhost:3000
  5. Lint your code: npm run lint
  6. Test your code: npm run test
  7. Commit and push your changes to your fork.
  8. Open a pull request.

Warning

Unit tests are incompleted, so check making ucs actually with npm run dev