Development
Local Setup
- Install dependencies.
npm install
- 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.