Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Delnegend/food-ordering-app

Repository files navigation

UCC Food App UI

The user interface for the UCC Food App.

Getting started

Pre-requisites

  1. Install Node.js 18+ LTS and pnpm
  • Using Node.js: npm i -g pnpm
  • Using Volta: volta install node@latest pnpm

Setting up the repository

  • Clone this repository
  • Set your Git configuration to automatically rebase on pull. This will prevent merge commits from appearing in the repository, keeping the commit history clean.
    git config --global pull.rebase true
    
  • Install dependencies:
    pnpm i
    
  • Start development server:
    pnpm dev
    

Development requirements

  • Lint and format code before git add with pnpm lint.
  • Use pnpm cz to commit changes instead of git commit.

Resources