Skip to content

BetterInternship/MOA-Client

Repository files navigation

BetterInternship MOA

A platform for managing MOAs and other similar agreements.

Running Locally

npm run dev

Build Client API

npm run spec

Code Formatting with Prettier

This project uses Prettier to maintain a consistent code style.

Manual Formatting

Format all files in the codebase:

npm run format

Check for formatting issues without changing files:

npm run format:check

Auto-format on Save (Recommended)

If you’re using VS Code:

  1. Install the Prettier - Code formatter extension.
  2. Open your settings.json (Command Palette → "Preferences: Open Settings (JSON)") and add:
{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true
}
  1. Save any file — it will be automatically formatted.

    Note: Build output folders and dependencies (like .next and node_modules) are ignored via .prettierignore.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •