This project has been migrated from a static HTML site to a modern React + Tailwind CSS application.
You need to have Node.js installed on your computer to run this project.
- Download Node.js from https://nodejs.org/
- Install it.
- Open a terminal (Command Prompt or PowerShell) in this directory:
D:\LANDIS - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open the link shown in the terminal (usually
http://localhost:5173) in your browser.
src/pages: Contains the page components (Home, Advisor, Researches, etc.)src/components: Reusable components (Header, Footer, Layout)public/images: All images migrated from the legacy site.legacy_backup: A backup of the original HTML files.