This guide will walk you through the process of downloading FOAF Visualizer from GitHub and getting it up and running on your local machine.
- Git
- Node.js (v14 or later)
- npm (Node Package Manager) or yarn
- Open Terminal: Launch your terminal or command prompt.
- Choose Directory: Navigate to the directory where you want to clone the project. Use the
cdcommand to move to the desired directory. - Clone the Repository: Run the following command to clone the repository from GitHub:
git clone https://github.com/bratuchedot/foaf-visualizer-frontend.git
- Navigate to Project Directory: Move into the newly cloned project directory:
cd foaf-visualizer-frontend
- Install Dependencies: Inside the project directory, install the project dependencies using the following command:
npm install
- Start Development Server: To start the development server, run the following command:
This command will compile the project and start the development server. Look for the URL (http://localhost:5173) where you can access your project in a web browser. Note: Before accessing the project in a web browser make sure you have up and running the backend.
npm run dev
Enter the following URL into the search bar of the application.
https://raw.githubusercontent.com/bratuchedot/foaf/master/foaf.ttlCrafted with ♥ by Emilijan Koteski, August 2023