๐Ÿ–ผ๏ธ
Annotate-Lab
  • ๐Ÿ‘‹Welcome to Annotate Lab
  • Overview
    • โœจKey Features
    • ๐Ÿ—ƒ๏ธProject Structure
    • โš™๏ธCustomization
  • Fundamentals
    • โฌ‡๏ธInstallation
    • ๐Ÿ› ๏ธSet up and Run
      • ๐Ÿ“Configuration
      • ๐Ÿ–ผ๏ธAnnotating Images
      • ๐Ÿ’พOutputs
      • ๐ŸงชRunning Tests
      • ๐Ÿ“”Code Formatting
  • Example
    • ๐ŸšฒAnnotating Bicycle
    • ๐Ÿ–ผ๏ธRipe and Unripe Tomatoes Dataset
    • ๐Ÿช„Auto Bounding Box Selection with Segment Anything Model (SAM)
  • โš ๏ธTroubleshooting
  • ๐ŸชชLicense
Powered by GitBook
On this page
  • Client-side (Vite React Application)
  • Server-side (Flask Application)
  1. Fundamentals
  2. Set up and Run

Code Formatting

PreviousRunning TestsNextAnnotating Bicycle

Last updated 10 months ago

Client-side (Vite React Application)

  • Code Formatter:

  • Configuration File: .prettierrc

  • Command: Run npm run format or yarn format to format client-side code using Prettier.

Server-side (Flask Application)

  • Code Formatter:

  • Configuration File: pyproject.toml

  • Command: Run black . to format server-side code using Black.

๐Ÿ› ๏ธ
๐Ÿ“”
Prettier
Black