🗂️Working with our code
Quick overview
Useful scripts
# Create react dependency library
pnpm run add:library
# Create react components
pnpm run add:components
# Create a data source
pnpm run add:datasource
# Run unit tests
pnpm test
# Compile or test or lint specific component
pnpm build|test|lint ${project name from workspace.json}Last updated
Was this helpful?