Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 179 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 179 Bytes

Rune Tools SDK

Getting started

This repo uses a yarn workspace. To get started, run:

# install
yarn install

# build
yarn build

# test
yarn test

Usage