Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Rstack library

Setup

Install the dependencies:

{{ packageManager }} install

Get started

Build the library:

{{ packageManager }} run build

Build the library in watch mode:

{{ packageManager }} run dev

Run tests:

{{ packageManager }} run test

Run tests in watch mode:

{{ packageManager }} run test:watch

Learn more