To contribute to this project, you'll need to set up your development environment. Please follow the instructions below to ensure you have the necessary tools and dependencies installed.
Before you begin, make sure you have the following prerequisites installed on your system:
-
Node.js: This project requires Node.js, a JavaScript runtime, to build and run. You can download and install Node.js from the official website: Node.js Download.
To check if Node.js is installed, open your terminal and run:
node -v
You should see the installed Node.js version.
After ensuring you have Node.js installed, follow these steps to set up your development environment:
-
Clone the Repository: Fork and clone this repository to your local machine:
git clone git@github.com:UmbrellaDocs/linkspector.git
-
Change Directory: Navigate to the project directory:
cd linkspector
-
Install Dependencies: Use
npm
to install project dependencies:npm install
This command will download and install all the required packages specified in the
package.json
file.
You are now set up to contribute to the project! Follow the Contributing Guidelines for information on reporting issues, submitting pull requests, and more.