Before you begin, ensure you have the following installed:
-
Clone the Repository
Clone the repository to your local machine using:
git clone <repository-url> cd citemap
-
Install Dependencies
Navigate to the frontend directory and install the required dependencies:
cd frontend npm install -
Run the Development Server
Clone the server from the dev server repo Start the development server with the following command:
npm run dev
-
Access the Application
Open your web browser and navigate to
http://localhost:portto view the application.
If you encounter any issues, ensure that all dependencies are correctly installed and that the dataset is in the correct location. Check the console for any error messages for further guidance.