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.
To develop, you can use Rojo and the development.project.json file to load the module into Roblox Studio.
rojo serve development.project.jsonTo build the module from scratch, use:
rojo build -o "D2.rbxm"The docs are generated using Moonwave.
To view the docs locally, make sure to have moonwave installed (via npm install -g moonwave) and then run:
moonwave devThe docs will be available at http://localhost:3000.
rojo build -o ".moonwave/static/D2.rbxm"