Text summarization using langchain JS
- Typescript
- .env file configuration
- ESLint and Prettier for formatting
- Turborepo to quickly run build scripts
tsup
to bundle Typescript codetsx
to quickly run compiled code
- Clone this repository
yarn install
- Write your code in
src
- Add the text to be summarized in
text-samples/article.txt
npx turbo run build lint format
to run build scripts quickly in parallelyarn start
to run your program