Ideon Logo
Ideon
GitHub

Development

Local Setup

  1. Install dependencies.
npm install
  1. Run the development server.
npm run dev

Development uses SQLite by default and stores data at storage/dev.db.

Build and Start

npm run build
npm run start

Tests and Quality

npm run test
npm run check

Code Style

  • Prettier for formatting.
  • ESLint for linting.
  • No inline styles in UI components.
  • No hardcoded user facing strings in UI components. Use i18n dictionaries.