Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 490 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 490 Bytes

About

Web extension to auto generate citation when copying from legal sources.

Currently supported websites are:

  1. https://sso.agc.gov.sg/Act/**

Preview

Copy

Copy from statute website

Paste

Paste in Word Doc

To develop and run

npm i
npm run build

To run the web extension in the firefox / chrome browser

npm run start:firefox
npm run start:chrome

To test

npm run test