Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 502 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 502 Bytes

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