This guide provides instructions for setting up the development environment for the OSRS quest data npm module.
Before proceeding, ensure you have the following prerequisites installed on your system:
-
Clone the repository:
git clone https://github.com/jamescer/osrs-tools.git
-
Navigate to the project directory:
cd osrs-tools
-
Install dependencies:
npm install
To build the npm module and generate distribution files, run the following command:
npm run build