Skip to content

Karta-Creative/proj-d2-sdk

Repository files navigation

D2 for Developers

Active life, awesome loot.

This repository contains the D2 SDK, its documentation, and general information about D2 for Developers.

The D2 SDK is a Roblox module allowing you to create games using the D2 backend.

The docs are available at https://docs.d2health.club.

Getting Started

Developing the module

To develop, you can use Rojo and the development.project.json file to load the module into Roblox Studio.

rojo serve development.project.json

Building the module

To build the module from scratch, use:

rojo build -o "D2.rbxm"

Documentation

The docs are generated using Moonwave.

Viewing the docs locally

To view the docs locally, make sure to have moonwave installed (via npm install -g moonwave) and then run:

moonwave dev

The docs will be available at http://localhost:3000.

Building the module (Optional)

rojo build -o ".moonwave/static/D2.rbxm"

Contributors