aaditkamat / Termzinator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOS TLDR

We are building a Chrome Extension that the user can activate to detect the sections of their terms of service that are red flags deemed as predatory to the user.

Team Members

How to use with Parcel and TypeScript

To use this Chrome Extension with Parcel and TypeScript, follow these steps:

  1. Install the required dependencies:
npm install
  1. Update your package.json file with the following scripts:
"scripts": {
  "start": "parcel src/index.html",
  "build": "parcel build src/index.html"
}
  1. Run the development server with npm start and build the extension with npm run build.

Now you should be able to use Parcel and TypeScript to develop and build your Chrome Extension.

About