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

Scripts

  • {{ packageManager }} run build: Build the library.
  • {{ packageManager }} run check: Run static checks, including lint and format.
  • {{ packageManager }} run dev: Build the library in watch mode.
  • {{ packageManager }} run format: Format code.
  • {{ packageManager }} run lint: Lint code.
  • {{ packageManager }} run test: Run tests.
  • {{ packageManager }} run test:watch: Run tests in watch mode.

Learn more