Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 918 Bytes

README.md

File metadata and controls

63 lines (45 loc) · 918 Bytes

SGCarsTrends API

Quality Gate Status

Overview

SGCarsTrends API provides data and insights about car trends in Singapore.

Getting Started

Prerequisites

  • Node.js
  • pnpm

Installation

  1. Clone the repository
  2. Install dependencies
    pnpm install
  3. Run the application
    pnpm dev

Development

  • Run tests

     pnpm test
  • Lint code

     pnpm biome lint
  • Typecheck

     pnpm typecheck
  • Deploy

     pnpm deploy
  • Remove deployment

     pnpm remove
  • Open SST Console

     pnpm console

License

This project is licensed under the MIT License - see the LICENSE.md file for details.