# Rslib Project ## Setup Install the dependencies: ```bash pnpm install ``` ## Get Started Build the library: ```bash pnpm build ``` Build the library in watch mode: ```bash pnpm dev ```