/stampede

a simple tool to interactively stamp PDF files

Primary LanguageTypeScriptMIT LicenseMIT

stampede

A simple tool to interactively stamp PDF files

Running

Although this project contains HTML and CSS, the logic is written in Typescript and will require the following dependencies for successful building and running.

  • nodejs
  • npm

Once you have the above installed, you can follow the steps below.

  • Install the npm dependencies. This is literally just the Typescript compiler
npm install
  • Lauch a local server to see the interactive UI
npm start
  • You can also build the Typescript files separately, if you wish
npm build
  • Then lauch a local server to see the interactive UI
npm serve