Demo site:

How to Start the Application

  1. Clone the repository:

    $ git clone git@github.com:iskWang/fatbull-assignment.git
  2. Navigate to the project directory:

    $ cd fatbull-assignment
  3. Install the dependencies (using pnpm or your preferred package manager):

    $ pnpm install
  4. Start the development server:

    $ pnpm dev