-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Zean Isnomo edited this page Jul 21, 2026
·
3 revisions
Integrating Derakuma is easy on your Javascript/Typescript web app (frameworks like React, Vue, etc, can be used but not entirely necessary), or on your Node.js/Bun app.
If you wish to integrate Derakuma into Node/Bun, you may do so. Depending on your package manager, you can use either:
npm i derakuma
or:
yarn add derakuma
If you are using Bun:
bun add derakuma
Derakuma not only supports Node/Bun, but can be accessed on the web. Simply put:
<script src="https://unpkg.com/derakuma@latest/dist/web.min.js" crossorigin="anonymous"></script>
on either <head> or <body>.