USTHTour is a project designed to help users explore and interact with the USTH campus and its facilities.
To run this project, please ensure you have the following tools installed:
-
Clone the repository:
git clone https://github.com/your-username/usthtour.git cd usthtour -
Install dependencies from file package.json(vite, three, etc...) in the terminal:
npm install ... npm run build
-
Start the development server in the terminal:
npm run dev
You are now ready to use USTHTour!