Skip to content

lchin21/Legal-Lingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •