# linear-sdk
## Setup- Clone the repository:
git clone https://github.com/rudderlabs/linear-sdk.git- Create a
.envfile in the root directory and copy the contents from.env.example:
cp .env.example .env- Replace the placeholder values in the
.envfile with your actual configuration.
- Install the required dependencies:
npm install- Run the application:
npm run start