Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Rstack documentation site

Setup

Install the dependencies:

{{ packageManager }} install

Scripts

  • {{ packageManager }} run build: Build the documentation site for production.
  • {{ packageManager }} run check: Run static checks, including lint and format.
  • {{ packageManager }} run dev: Start the documentation dev server.
  • {{ packageManager }} run format: Format code.
  • {{ packageManager }} run lint: Lint code.
  • {{ packageManager }} run preview: Preview the production build locally.

Learn more