Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

55 lines (41 loc) · 1.87 KB

Contribution Guide

Project Structure

  • /src - Source code
    • main.tsx - EntryPoint (Provider chain etc)
    • App.tsx - Root component
    • /@types - Type definitions
    • /components - Button, Card, Calendar, ...
    • /hooks - Custom hooks
    • /modules - API, Authentication, ...
    • /pages - Page components
    • /store - Global states
    • /utils - Utilities

Libraries

Other tools

Dev

  1. yarn install
  2. yarn dev or yarn dev --host

Build

yarn build

Links

Reference