This assignment was created to fulfill the ENTR6511001 - Entrepreneurship: Market Validation. Where this task is the realization of a business idea that is still at the prototype stage. Inspired by PathPal by https://github.com/KnotzerIO/indoor-wayfinder/archive/refs/heads/main.zip.
Follow these steps to get the project up and running:
-
Clone the Repository: Use your preferred Git client to clone this repository to your local machine.
-
Install Node.js: This project requires Node.js. If you don't have Node.js version 21 installed, you can download and install it from nodejs.org.
-
Install Dependencies: Navigate to the project directory in your terminal and run the following command to install the necessary dependencies:
npm install
-
Start the Application: Once the dependencies are installed, you can start the application by running the following command in your terminal:
npm run dev
-
Start the Server: In a separate terminal window, start the server by running:
npm run server
-
Run Both at The Same Time: If you want to start both the application and the server at the same time, you can run the following command:
npm run dev:all
After running these commands, your default web browser should automatically open and navigate to localhost:5173
, where you can see the running application. The server will be running on localhost:8080
.