Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.93 KB

File metadata and controls

45 lines (35 loc) · 2.93 KB

fyp-webapp-frontend

Screen Shot

Final Year Project's frontend using https://github.com/weiran0630/fyp-webapp-frontend/raw/refs/heads/main/public/webapp_frontend_fyp_2.5.zip framework and Chakra UI for styling.

Built With

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/weiran0630/fyp-webapp-frontend/raw/refs/heads/main/public/webapp_frontend_fyp_2.5.zip
  2. Install all https://github.com/weiran0630/fyp-webapp-frontend/raw/refs/heads/main/public/webapp_frontend_fyp_2.5.zip dependencies
    cd fyp-webapp-frontend
    yarn install
    # or
    npm install

Startup local development server

run the development server:

yarn dev
# or
next dev

Navigate to http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying https://github.com/weiran0630/fyp-webapp-frontend/raw/refs/heads/main/public/webapp_frontend_fyp_2.5.zip. The page auto-updates as you edit the file.