Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 858 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 858 Bytes

Landslide Detection & Warning System

Set up

  1. First set up git for your computer (If you don't have it)

  2. Create an empty folder name folder_name

  3. Open folder_name in terminal in Visual Studio Code

  4. Clone the repository to folder_name

    git clone https://github.com/namvcpp/landsli_detect_warn_syst
  5. Navigate to landsli_detect_warn_syst

    cd landsli_detect_warn_syst
  6. Install Nextjs

    npm install next
    If you get errors, please type the following
    npm install --force next

Run the project

  1. Deploy from local
    npm run dev
  2. Open http://localhost:3000