Quick article summarization(try it now!) with text fragmentation(coming soon).
Paste a body of text (i.e., an article, essay, etc.) and QuickSum will generate a summary of it for you. Coded using Svelte
- Currently only pasting the actual text in the textarea will work, meaning no URLs.
Features:
- Webpack
- Svelte
- Carbon design
- TypeScript
- PostCSS
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
- NodeJS
- pnpm
- Terminal(powershell, bash, command prompt etc.)
A step by step series of examples that tell you how to get a development env running.
- Clone repo
- In the root of the cloned folder:
Install dependencies using pnpm
pnpm i
Run dev server using webpack
pnpm run start
- Live reloading still needs to be added****
End with an example of getting some data out of the system or using it for a little demo.
Add notes about how to use the system.