-
First set up
git
for your computer (If you don't have it) -
Create an empty folder name
folder_name
-
Open
folder_name
in terminal in Visual Studio Code -
Clone the repository to
folder_name
git clone https://github.com/namvcpp/landsli_detect_warn_syst
-
Navigate to
landsli_detect_warn_syst
cd landsli_detect_warn_syst
-
Install
Nextjs
npm install next
If you get errors, please type the following
npm install --force next
- Deploy from local
npm run dev
- Open
http://localhost:3000