Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 821 Bytes

dev_setup.md

File metadata and controls

39 lines (25 loc) · 821 Bytes

Development Setup Guide

This guide provides instructions for setting up the development environment for the OSRS quest data npm module.

Prerequisites

Before proceeding, ensure you have the following prerequisites installed on your system:

  • Node.js (version X.X.X or higher)
  • npm (Node.js package manager)
  • Git (version control system)

Getting Started

  1. Clone the repository:

    git clone https://github.com/jamescer/osrs-tools.git
  2. Navigate to the project directory:

    cd osrs-tools
  3. Install dependencies:

    npm install

Building the Module

To build the npm module and generate distribution files, run the following command:

npm run build